#include <OSGTextBackend.h>
Public Member Functions | |
| virtual | ~TextBackend () |
| virtual TextVectorFace * | createVectorFace (const std::string &family, TextFace::Style style) |
| virtual TextPixmapFace * | createPixmapFace (const std::string &family, TextFace::Style style, UInt32 size) |
| virtual TextTXFFace * | createTXFFace (const std::string &family, TextFace::Style style, const TextTXFParam ¶m) |
| virtual void | getFontFamilies (std::vector< std::string > &families)=0 |
Protected Member Functions | |
| TextBackend () | |
Private Member Functions | |
| TextBackend (const TextBackend &) | |
| const TextBackend & | operator= (const TextBackend &) |
Definition at line 72 of file OSGTextBackend.h.
|
|
Destroys the TextBackend object. Definition at line 56 of file OSGTextBackend.cpp.
|
|
|
Creates a new TextBackend object. Definition at line 43 of file OSGTextBackend.inl.
|
|
|
Copy constructor (not implemented!) |
|
||||||||||||
|
Creates a new vector face. Descendants of the TextBackend class have to override this method with their own implementation. The default implementation of the TextBackend class always return 0.
|
|
||||||||||||||||
|
Creates a new pixmap face. Descendants of the TextBackend class have to override this method with their own implementation. The default implementation of the TextBackend class always returns 0.
|
|
||||||||||||||||
|
Creates a new TXF face. Descendants of the TextBackend class have to override this method with their own implementation. The default implementation of the TextBackend class always returns 0.
|
|
|
Returns the names of all font families available.
|
|
|
Copy operator (not implemented!) |
1.4.3