InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PMRealGlyphPoint Class Reference

Public Member Functions

 PMRealGlyphPoint (Text::GlyphID glyphID, float x=0.0, float y=0.0)
 
void Set (Text::GlyphID glyphID, float x=0.0, float y=0.0)
 
void SetX (float x)
 
void SetY (float y)
 
void SetX (PMReal x)
 
void SetY (PMReal y)
 
Text::GlyphID GetGlyphID () const
 
Text::GlyphID & GlyphID ()
 
float GetXPosition () const
 
float GetYPosition () const
 
float & GetXPosition ()
 
float & GetYPosition ()
 
PMRealGlyphPointoperator+= (const PMRealGlyphPoint &other)