|
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Public Member Functions | |
| GlyphRange (int first, int second) | |
| bool | operator== (GlyphRange &rhs) |
| bool | operator!= (GlyphRange &rhs) |
| int | GetStart () |
| int | GetEnd () |
common editor interface font
| GlyphRange::GlyphRange | ( | int | first, |
| int | second | ||
| ) |
Creates a glyph range with the given information.
| first | starting range |
| second | ending range |
| int GlyphRange::GetEnd | ( | ) |
Retrieves the font's style name.
| int GlyphRange::GetStart | ( | ) |
Retrieves the font's family name.
| bool GlyphRange::operator!= | ( | GlyphRange & | rhs | ) |
inequality operator
| rhs | instance to compare |
| bool GlyphRange::operator== | ( | GlyphRange & | rhs | ) |
equality operator
| rhs | instance to compare |