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]
Functions
ftbase.h File Reference
#include <ft2build.h>

Go to the source code of this file.

Functions

FT_BEGIN_HEADER open_face_PS_from_sfnt_stream (FT_Library library, FT_Stream stream, FT_Long face_index, FT_Int num_params, FT_Parameter *params, FT_Face *aface)
 
 open_face_from_buffer (FT_Library library, FT_Byte *base, FT_ULong size, FT_Long face_index, const char *driver_name, FT_Face *aface)
 

Function Documentation

◆ open_face_from_buffer()

open_face_from_buffer ( FT_Library  library,
FT_Byte base,
FT_ULong  size,
FT_Long  face_index,
const char *  driver_name,
FT_Face aface 
)

Referenced by FT_New_Memory_Face().

◆ open_face_PS_from_sfnt_stream()

FT_BEGIN_HEADER open_face_PS_from_sfnt_stream ( FT_Library  library,
FT_Stream  stream,
FT_Long  face_index,
FT_Int  num_params,
FT_Parameter params,
FT_Face aface 
)

Referenced by FT_New_Memory_Face().