PrivateFontPath module
- class PrivateFontPath.PrivateFontPath
Bases:
SpireObjectRepresents a private font path.
- property FontName: str
Gets or sets the name of the font.
- Returns:
The name of the font.
- Return type:
str
- property FontPath: str
Gets or sets the path of the font.
- Returns:
The path of the font.
- Return type:
str
- property UseArabicConcatenationRules: bool
Gets or sets a value indicating whether to use arabic concatenation rules.
- Returns:
True if arabic concatenation rules are used, False otherwise.
- Return type:
bool
