FontResource

FontResource

概述

FontResource 是Python的Aspose.Page FOSS中的一个类.

表示一个解读字体资源.

特性: char_procs, code_map, code_widths, descendant, encoding, esc_char,另外10个.

属性

名称:类型Access描述情况
namestr阅读获取名称。.
font_typestr阅读获取字体类型。.
units_per_emint阅读获取每个 em 的单位。.
encodingdict[int, str]阅读获取编码。.
glyph_widthsdict[str, float]阅读获取字形宽度。.
substitutebool阅读获取替代项。.
char_procs`dict[str, PsProcedure]None`阅读
code_widths`dict[int, float]None`阅读
descendant`“FontResourceNone”`阅读
esc_char`intNone`阅读
fdep_vector`list[“FontResource”]None`阅读
fmap_encoding`list[int]None`阅读
font_dict`PsDictNone`阅读
code_map`dict[int, int]None`阅读
font_program`bytesNone`阅读
fmap_type`intNone`阅读

查看更多

 中文