| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/image/imagemanipulator.h>#include <vrs/container/array.h>#include <vrs/sharedobj.h>#include <vrs/text/vrs_textprerequisites.h>#include <vrs/text/fontglyph.h>#include <vrs/text/fonttexture.h>#include <vrs/text/fontsize.h>#include <vector>#include <map>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | VRS |
| namespace | VRS::TEXT |
Classes | |
| class | VRS::TEXT::FontDefinition |
| A class for managing informations about rasterized font. More... | |
Typedefs | |
| typedef struct FT_FaceRec_ * | FT_Face |
| typedef struct FT_Bitmap_ | FT_Bitmap |
| typedef struct FT_StrokerRec_ * | FT_Stroker |
| typedef std::vector< SO < FontTexture > > | VRS::TEXT::FontTextureVector |
| typedef std::map< unsigned int, SO< FontGlyph > > | VRS::TEXT::FontGlyphMap |
| typedef std::map < GlyphCharcode, SO< FontGlyph > > | VRS::TEXT::FontGlyphCharMap |
| typedef struct FT_Bitmap_ FT_Bitmap |
| typedef struct FT_FaceRec_* FT_Face |
| typedef struct FT_StrokerRec_* FT_Stroker |