class GlSvgTypes


Public Members

[more]enum FontType
[more]enum StrokeCapType

Protected Methods

[more] GlSvgTypes ()
Empty, protected constructor.
[more] ~GlSvgTypes ()
Empty, protected destructor.


Documentation

o GlSvgTypes()
Empty, protected constructor. You should never construct a SugTypes object.

o ~GlSvgTypes()
Empty, protected destructor. There is no need for a destructor since the object can never be constructed.

oenum FontType

o FT_P_FILLED
OGLFT filled polygonal font rendering type

o FT_P_SOLID
OGLFT solid polygonal font rendering type

o FT_P_OUTLINE
OGLFT outline polygonal font rendering type

o FT_R_GRAYSCALE
OGLFT grayscale raster font rendering type

o FT_R_MONOCHROME
OGLFT monochrome raster font rendering type

o FT_R_TRANSLUCENT
OGLFT translucent raster font rendering type

o FT_T_GRAYSCALE
OGLFT grayscale texture font rendering type

o FT_T_MONOCHROME
OGLFT monochrome texture font rendering type

o FT_T_TRANSLUCENT
OGLFT translucent texture font rendering type

oenum StrokeCapType

o SCT_BUTT
Butt cap type for end of lines. Hehe. You thought of butts.

o SCT_ROUND
Round cap type for end of lines

o 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++.