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 | Variables
pfrdrivr.c File Reference
#include <ft2build.h>
#include "pfrdrivr.h"
#include "pfrobjs.h"
#include "pfrerror.h"

Go to the source code of this file.

Functions

 pfr_get_kerning (FT_Face pfrface, FT_UInt left, FT_UInt right, FT_Vector *avector)
 
 pfr_get_advance (FT_Face pfrface, FT_UInt gindex, FT_Pos *anadvance)
 
 pfr_get_metrics (FT_Face pfrface, FT_UInt *anoutline_resolution, FT_UInt *ametrics_resolution, FT_Fixed *ametrics_x_scale, FT_Fixed *ametrics_y_scale)
 
 pfr_get_service (FT_Module module, const FT_String *service_id)
 

Variables

FT_CALLBACK_TABLE_DEF const FT_Service_PfrMetricsRec pfr_metrics_service_rec
 
FT_CALLBACK_TABLE_DEF const FT_Driver_ClassRec pfr_driver_class
 

Function Documentation

◆ pfr_get_advance()

pfr_get_advance ( FT_Face  pfrface,
FT_UInt  gindex,
FT_Pos anadvance 
)

◆ pfr_get_kerning()

pfr_get_kerning ( FT_Face  pfrface,
FT_UInt  left,
FT_UInt  right,
FT_Vector avector 
)

◆ pfr_get_metrics()

pfr_get_metrics ( FT_Face  pfrface,
FT_UInt anoutline_resolution,
FT_UInt ametrics_resolution,
FT_Fixed ametrics_x_scale,
FT_Fixed ametrics_y_scale 
)

◆ pfr_get_service()

pfr_get_service ( FT_Module  module,
const FT_String service_id 
)

Definition at line 160 of file pfrdrivr.c.

References FT_CALLBACK_TABLE_DEF, ft_service_list_lookup(), and FT_UNUSED.

Variable Documentation

◆ pfr_driver_class

Definition at line 170 of file pfrdrivr.c.

◆ pfr_metrics_service_rec

FT_CALLBACK_TABLE_DEF const FT_Service_PfrMetricsRec pfr_metrics_service_rec
Initial value:
=
{
}
pfr_get_advance(FT_Face pfrface, FT_UInt gindex, FT_Pos *anadvance)
Definition: pfrdrivr.c:64
pfr_face_get_kerning(FT_Face pfrface, FT_UInt glyph1, FT_UInt glyph2, FT_Vector *kerning)
Definition: pfrobjs.c:465
pfr_get_metrics(FT_Face pfrface, FT_UInt *anoutline_resolution, FT_UInt *ametrics_resolution, FT_Fixed *ametrics_x_scale, FT_Fixed *ametrics_y_scale)
Definition: pfrdrivr.c:97

Definition at line 138 of file pfrdrivr.c.