ofacedesc.c File Reference
defines the object __GLCfaceDescriptor that contains the description of a face.
More...
#include <fontconfig/fontconfig.h>
#include <fontconfig/fcfreetype.h>
#include "internal.h"
#include <FT_GLYPH_H>
#include <FT_OUTLINE_H>
#include <FT_TYPE1_TABLES_H>
#include <FT_BDF_H>
#include <FT_SFNT_NAMES_H>
#include <FT_TRUETYPE_IDS_H>
Detailed Description
defines the object __GLCfaceDescriptor that contains the description of a face.
One of the purpose of this object is to encapsulate the FT_Face structure from FreeType and to add it some more functionalities. It also allows to centralize the character map management for easier maintenance.