class
GlSvgTypes
Public Members
enum
FontType
enum
StrokeCapType
Protected Methods
GlSvgTypes
()
Empty, protected constructor.
~GlSvgTypes
()
Empty, protected destructor.
Documentation
GlSvgTypes()
Empty, protected constructor. You should never construct a SugTypes object.
~GlSvgTypes()
Empty, protected destructor. There is no need for a destructor since the object can never be constructed.
enum FontType
FT_P_FILLED
OGLFT filled polygonal font rendering type
FT_P_SOLID
OGLFT solid polygonal font rendering type
FT_P_OUTLINE
OGLFT outline polygonal font rendering type
FT_R_GRAYSCALE
OGLFT grayscale raster font rendering type
FT_R_MONOCHROME
OGLFT monochrome raster font rendering type
FT_R_TRANSLUCENT
OGLFT translucent raster font rendering type
FT_T_GRAYSCALE
OGLFT grayscale texture font rendering type
FT_T_MONOCHROME
OGLFT monochrome texture font rendering type
FT_T_TRANSLUCENT
OGLFT translucent texture font rendering type
enum StrokeCapType
SCT_BUTT
Butt cap type for end of lines. Hehe. You thought of butts.
SCT_ROUND
Round cap type for end of lines
SCT_SQUARE
Square cap type for end of lines
This class has no child classes.
Alphabetic index
HTML hierarchy of classes
or
Java
This page was generated with the help of
DOC++
.