Python Script Engine  8.3
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 ()
 
unsigned int GetEnd ()
 

Detailed Description

common editor interface font

Constructor & Destructor Documentation

◆ GlyphRange()

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

Creates a glyph range with the given information.

Parameters
firststarting range
secondending range

Member Function Documentation

◆ GetEnd()

unsigned int GlyphRange::GetEnd ( )

Retrieves the font's style name.

Returns
String containing the font's style name

◆ GetStart()

unsigned int GlyphRange::GetStart ( )

Retrieves the font's family name.

Returns
String containing the font's family name

◆ operator!=()

bool GlyphRange::operator!= ( GlyphRange rhs) const

inequality operator

Parameters
rhsinstance to compare

◆ operator==()

bool GlyphRange::operator== ( GlyphRange rhs) const

equality operator

Parameters
rhsinstance to compare

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