Python Script Engine  8.2
GL Studio Editor Python Script API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
GlsFontFactory.i File Reference

Functions

void FindBestFontMatch (String postscriptName, String familyResult, String styleResult)
 
String DerivedClassName (String name, String style, unsigned int ptSize)
 

Detailed Description

The GlsFontFactory Python interface file.

Function Documentation

◆ 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
namethe font family to use
stylethe font style to use
ptSizethe 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
postscriptNamePostscript font name to search for.
familyResultReturn the closest matching font family string.
styleResultReturn the closest matching font style string.