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