Python Script Engine  8.3
GL Studio Editor Python Script API
GlyphRange Class Reference

Public Member Functions

 GlyphRange (int first, int second)
 
bool operator== (GlyphRange &rhs)
 
bool operator!= (GlyphRange &rhs)
 
int GetStart ()
 
int GetEnd ()
 

Detailed Description

common editor interface font

Constructor & Destructor Documentation

◆ GlyphRange()

GlyphRange::GlyphRange ( int  first,
int  second 
)

Creates a glyph range with the given information.

Parameters
firststarting range
secondending range

Member Function Documentation

◆ GetEnd()

int GlyphRange::GetEnd ( )

Retrieves the font's style name.

Returns
str containing the font's style name

◆ GetStart()

int GlyphRange::GetStart ( )

Retrieves the font's family name.

Returns
str containing the font's family name

◆ operator!=()

bool GlyphRange::operator!= ( GlyphRange rhs)

inequality operator

Parameters
rhsinstance to compare

◆ operator==()

bool GlyphRange::operator== ( GlyphRange rhs)

equality operator

Parameters
rhsinstance to compare

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