libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
Go to the source code of this file.
Classes | |
class | moFont |
clase base para una fuente 3d o 2d More... | |
class | moFontManager |
administrator de fuentes More... | |
Typedefs | |
typedef void | moFontFace |
typedef MOfloat | moFontSize |
Enumerations | |
enum | moFontType { MO_FONT_OUTLINE = 0, MO_FONT_TRANSLUCENT = 1, MO_FONT_TRANSLUCENTTEXTURE = 2, MO_FONT_GRAYSCALE = 3, MO_FONT_MONOCHROME = 4, MO_FONT_SOLID = 5, MO_FONT_FILLED = 6, MO_FONT_GLBUILD = 7, MO_FONT_TYPES = 8, MO_FONT_UNDEFINED =-1 } |
Functions | |
moDeclareExportedDynamicArray (moFont *, moFonts) | |
typedef void moFontFace |
Definition at line 38 of file moFontManager.h.
typedef MOfloat moFontSize |
Tipo de representación de tipografía
Definition at line 43 of file moFontManager.h.
enum moFontType |
Enumerator | |
---|---|
MO_FONT_OUTLINE | |
MO_FONT_TRANSLUCENT | |
MO_FONT_TRANSLUCENTTEXTURE | |
MO_FONT_GRAYSCALE | |
MO_FONT_MONOCHROME | |
MO_FONT_SOLID | |
MO_FONT_FILLED | |
MO_FONT_GLBUILD | |
MO_FONT_TYPES | |
MO_FONT_UNDEFINED |
Definition at line 45 of file moFontManager.h.
moDeclareExportedDynamicArray | ( | moFont * | , |
moFonts | |||
) |