| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sharedobj.h>#include <vrs/text/vrs_textprerequisites.h>Go to the source code of this file.
Namespaces | |
| namespace | VRS |
| namespace | VRS::TEXT |
Classes | |
| class | VRS::TEXT::AbstractGlyph |
| A class for different representations of Glyphs. More... | |
| class | VRS::TEXT::ImageGlyph |
| The Image Representation of a Glyph. More... | |
Enumerations | |
| enum | VRS::TEXT::GlyphTypeID { VRS::TEXT::GTI_NONE = 0, VRS::TEXT::GTI_IMAGE = 1, VRS::TEXT::GTI_VECTOR = 2, VRS::TEXT::GTI_ALL = 0xFFFFFFFF } |
| Flags for different Types of Glyphs. More... | |