PdfEmbeddedFont

PdfEmbeddedFont

概述

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

特性: ascent, base_name, bbox, char_code_map, descent, encoding,另外还有11个.

属性

名称:类型Access描述情况
base_namestr阅读获取基本名称。.
subset_namestr阅读获取子集名称。.
subtypestr阅读获取子类型。.
encoding`strNone`阅读
symbolicbool阅读获取符号。.
first_charint阅读获取第一个字符。.
last_charint阅读获取最后一个字符。.
widthslist[int]阅读获取宽度。.
font_file_keystr阅读获取字体文件键。.
font_filebytes阅读获取字体文件。.
ascentint阅读获取上升。.
descentint阅读获取下降。.
bboxtuple[int, int, int, int]阅读获取 bbox。.
italic_angleint阅读获取斜体角度。.
stem_vint阅读获取 stem v。.
to_unicodestr阅读获取 to unicode。.
char_code_mapdict[int, int]阅读获取字符代码映射。.

查看更多

 中文