The GlsFontFactory Python interface file.
- Copyright
- Copyright Information
◆ DerivedClassName()
String DerivedClassName |
( |
String |
name, |
|
|
String |
style, |
|
|
unsigned int |
ptSize |
|
) |
| |
Returns the name of the class that would be generated for a derived font class.
- Parameters
-
name | the font family to use |
style | the font style to use |
ptSize | the point size of the font in question |
- Returns
- the class name that should be generated for this font
◆ FindBestFontMatch()
void FindBestFontMatch |
( |
String |
postscriptName, |
|
|
String |
familyResult, |
|
|
String |
styleResult |
|
) |
| |
Find the best match for family and style for a given Postscript font name.
- Parameters
-
postscriptName | Postscript font name to search for. |
familyResult | Return the closest matching font family string. |
styleResult | Return the closest matching font style string. |