Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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 |
Definition at line 64 of file pfrdrivr.c.
References PFR_CharRec_::advance, PFR_PhyFontRec_::chars, error, FT_CALLBACK_DEF, FT_ERR, and FT_Err_Ok.
Definition at line 31 of file pfrdrivr.c.
References FT_CALLBACK_DEF, FT_Err_Ok, FT_MulDiv(), PFR_PhyFontRec_::metrics_resolution, PFR_PhyFontRec_::outline_resolution, and pfr_face_get_kerning().
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 at line 97 of file pfrdrivr.c.
References FT_CALLBACK_TABLE_DEF, FT_DivFix(), FT_Err_Ok, FT_SizeRec_::metrics, PFR_PhyFontRec_::metrics_resolution, PFR_PhyFontRec_::outline_resolution, FT_Size_Metrics_::x_ppem, and FT_Size_Metrics_::y_ppem.
Definition at line 160 of file pfrdrivr.c.
References FT_CALLBACK_TABLE_DEF, ft_service_list_lookup(), and FT_UNUSED.
FT_CALLBACK_TABLE_DEF const FT_Driver_ClassRec pfr_driver_class |
Definition at line 170 of file pfrdrivr.c.
FT_CALLBACK_TABLE_DEF const FT_Service_PfrMetricsRec pfr_metrics_service_rec |
Definition at line 138 of file pfrdrivr.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.