Inheritance:
Public Methods
-
PolygonFont()
-
PolygonFont(const std::string& font, int point_size, double precision)
-
META_Object(PolygonFont)
Protected Methods
-
virtual FTFont* createFontObj(void)
Protected Fields
-
double _precision
Inherited from Font:
Public Methods
-
virtual bool open(const std::string& font)
-
virtual bool create(int pointSize, const unsigned int res = 72 )
-
virtual bool create()
-
virtual void output(const char* text)
-
virtual bool isOk(void) const
-
virtual bool isCreated(void) const
-
virtual float getWidth(const char* text) const
-
virtual int getHeight() const
-
virtual int getDescender() const
-
virtual int getAscender() const
-
int getPointSize(void) const
-
const std::string& getFontName()
-
FTFont* getFont(void)
Protected Fields
-
bool _init
-
bool _created
-
FTFont* _font
-
std::string _fontName
-
int _pointSize
-
int _res
Protected Methods
-
virtual void clear()
-
bool init(const std::string& font)
Documentation
- PolygonFont()
- PolygonFont(const std::string& font, int point_size, double precision)
- META_Object(PolygonFont)
- virtual FTFont* createFontObj(void)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.