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
t1afm.h File Reference
#include <ft2build.h>
#include "t1objs.h"

Go to the source code of this file.

Functions

FT_BEGIN_HEADER T1_Read_Metrics (FT_Face face, FT_Stream stream)
 
 T1_Done_Metrics (FT_Memory memory, AFM_FontInfo fi)
 
 T1_Get_Kerning (AFM_FontInfo fi, FT_UInt glyph1, FT_UInt glyph2, FT_Vector *kerning)
 
 T1_Get_Track_Kerning (FT_Face face, FT_Fixed ptsize, FT_Int degree, FT_Fixed *kerning)
 

Function Documentation

◆ T1_Done_Metrics()

T1_Done_Metrics ( FT_Memory  memory,
AFM_FontInfo  fi 
)

Definition at line 38 of file t1afm.c.

References FT_FREE.

Referenced by T1_Face_Done().

◆ T1_Get_Kerning()

T1_Get_Kerning ( AFM_FontInfo  fi,
FT_UInt  glyph1,
FT_UInt  glyph2,
FT_Vector kerning 
)

◆ T1_Get_Track_Kerning()

T1_Get_Track_Kerning ( FT_Face  face,
FT_Fixed  ptsize,
FT_Int  degree,
FT_Fixed kerning 
)

◆ T1_Read_Metrics()

FT_BEGIN_HEADER T1_Read_Metrics ( FT_Face  face,
FT_Stream  stream 
)