Python Script Engine  8.0
GL Studio Editor Python Script API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
GlyphRange Class Reference

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)
 

Detailed Description

common editor interface font

Constructor & Destructor Documentation

GlyphRange::GlyphRange ( unsigned int  first,
unsigned int  second 
)

Creates a glyph range with the given information.

Parameters
firststarting range
secondending range

Member Function Documentation

unsigned int GlyphRange::GetEnd ( void  )

Retrieves the font's style name.

Returns
String containing the font's style name
unsigned int GlyphRange::GetStart ( void  )

Retrieves the font's family name.

Returns
String containing the font's family name
bool GlyphRange::operator!= ( GlyphRange rhs) const

inequality operator

Parameters
rhsinstance to compare
bool GlyphRange::operator== ( GlyphRange rhs) const

equality operator

Parameters
rhsinstance to compare

The documentation for this class was generated from the following file: