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.
Referencia de la Clase OGLFT::Library

The FreeType library instance. Más...

#include <moOGLFT.h>

Diagrama de colaboración para OGLFT::Library:
Collaboration graph

Métodos públicos estáticos

static FT_Library & instance (void)
 

Métodos protegidos

 Library (void)
 
 ~Library (void)
 

Atributos privados estáticos

static Library library
 
static FT_Library library_
 

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

◆ Library()

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.

◆ ~Library()

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

◆ instance()

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.

Gráfico de llamadas a esta función:

Documentación de los datos miembro

◆ library

Library OGLFT::Library::library
staticprivate

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

◆ library_

FT_Library OGLFT::Library::library_
staticprivate

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


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