Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
ftinit.c File Reference
#include <ft2build.h>
#include "basepic.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_init
 
#define FT_USE_MODULE(type, x)   extern const type x;
 
#define FT_USE_MODULE(type, x)   (const FT_Module_Class*)&(x),
 

Functions

 FT_Add_Default_Modules (FT_Library library)
 
 FT_Init_FreeType (FT_Library *alibrary)
 
 FT_Done_FreeType (FT_Library library)
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_init

Definition at line 55 of file ftinit.c.

◆ FT_USE_MODULE [1/2]

#define FT_USE_MODULE (   type,
  x 
)    extern const type x;

Definition at line 71 of file ftinit.c.

◆ FT_USE_MODULE [2/2]

#define FT_USE_MODULE (   type,
  x 
)    (const FT_Module_Class*)&(x),

Definition at line 71 of file ftinit.c.

Function Documentation

◆ FT_Add_Default_Modules()

FT_Add_Default_Modules ( FT_Library  library)

Definition at line 198 of file ftinit.c.

References error, FT_Add_Module(), FT_DEFAULT_MODULES_GET, FT_EXPORT_DEF, and FT_TRACE0().

Referenced by FT_Init_FreeType().

◆ FT_Done_FreeType()

FT_Done_FreeType ( FT_Library  library)

Definition at line 264 of file ftinit.c.

References FT_Done_Library(), FT_Done_Memory(), FT_Err_Ok, and FT_LibraryRec_::memory.

Referenced by main(), and vl::FontManager::~FontManager().

◆ FT_Init_FreeType()

FT_Init_FreeType ( FT_Library alibrary)