libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Amigas 'defines' Grupos Páginas
Referencia de la Clase OGLFT::Library

The FreeType library instance. Más...

#include <moOGLFT.h>

Métodos públicos estáticos

static FT_Library & instance (void)
 

Métodos protegidos

 Library (void)
 
 ~Library (void)
 

Descripción detallada

The FreeType library instance.

The FreeType library has a single, global instance of a library handle. This reference is used to load font faces. This detail is generally hidden from the user of OGLFT, however, it can be useful to get the FT_Library instance if you want to open a font file yourself, either from disk or embedded in the program.

Definición en la línea 108 del archivo moOGLFT.h.

Documentación del constructor y destructor

OGLFT::Library::Library ( void  )
protected

The constructor for this class is automatically called when this library is loaded. Access the instance through the instance() method.

Definición en la línea 36 del archivo moOGLFT.cpp.

OGLFT::Library::~Library ( void  )
protected

This destructor is automatically called when the program exits.

Definición en la línea 47 del archivo moOGLFT.cpp.

Documentación de las funciones miembro

FT_Library & OGLFT::Library::instance ( void  )
static

The FreeType library's library handle is only available through this accessor method.

Devuelve
the global OGLFT FreeType library handle.

Definición en la línea 58 del archivo moOGLFT.cpp.


La documentación para esta clase fue generada a partir de los siguientes ficheros: