class OSGTEXT_EXPORT osgText::RasterFont


Inheritance:


Public Methods

[more] RasterFont()
[more] RasterFont(const std::string& font)


Inherited from Font:

Public Methods

ovirtual bool open(const std::string& font)
ovirtual bool create(int pointSize, const unsigned int res = 72 )
ovirtual bool create()
ovirtual void output(const char* text)
ovirtual bool isOk(void) const
ovirtual bool isCreated(void) const
ovirtual float getWidth(const char* text) const
ovirtual int getHeight() const
ovirtual int getDescender() const
ovirtual int getAscender() const
oint getPointSize(void) const
oconst std::string& getFontName()
oFTFont* getFont(void)

Protected Fields

obool _init
obool _created
oFTFont* _font
ostd::string _fontName
oint _pointSize
oint _res

Protected Methods

ovirtual void clear()
ovirtual FTFont* createFontObj(void)
obool init(const std::string& font)


Documentation

o RasterFont()

o RasterFont(const std::string& font)


Direct child classes:
TextureFont
PixmapFont
BitmapFont

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.