3 #ifndef _APIFontDecomposer_H_
4 #define _APIFontDecomposer_H_
8 namespace AnyCAD{
namespace API
25 float GetWidth ()
const;
30 float GetHeight ()
const;
35 float GetHorizontalAdvance ()
const;
40 float GetVerticalAdvance ()
const;
44 #endif //_APIFontDecomposer_H_
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10
The font outline decomposer.
Definition: APIFontDecomposer.h:17