LoadedFont
LoadedFont
概述
LoadedFont 是Python的Aspose.Font FOSS中的一个类.
包裹字体加源元数据的友好载件结果.
这个类提供了一个方法,用于在Python程序中使用LoadedFont 对象. 有的方法包括: unwrap. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: detected_font_type, font, is_static, is_variable, requested_font_type, source.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
is_variable | bool | 阅读 | 获取 is 变量。. |
is_static | bool | 阅读 | 获取 is static。. |
font | Font | 阅读 | 获取字体。. |
source | FontSourceInfo | 阅读 | 获取源。. |
detected_font_type | FontType | 阅读 | 获取检测到的字体类型。. |
requested_font_type | `FontType | None` | 阅读 |
方法
| Signature | 描述情况 |
|---|---|
unwrap() → Font | 返回底层字体对象 |