Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <psaux.h>
Public Attributes | |
FT_Error(* | init )(T1_Decoder decoder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Byte **glyph_names, PS_Blend blend, FT_Bool hinting, FT_Render_Mode hint_mode, T1_Decoder_Callback callback) |
void(* | done )(T1_Decoder decoder) |
FT_Error(* | parse_charstrings )(T1_Decoder decoder, FT_Byte *base, FT_UInt len) |
void(* T1_Decoder_FuncsRec_::done) (T1_Decoder decoder) |
Definition at line 653 of file psaux.h.
Referenced by cid_load_glyph(), T1_Compute_Max_Advance(), and T1_Load_Glyph().
FT_Error(* T1_Decoder_FuncsRec_::init) (T1_Decoder decoder, FT_Face face, FT_Size size, FT_GlyphSlot slot, FT_Byte **glyph_names, PS_Blend blend, FT_Bool hinting, FT_Render_Mode hint_mode, T1_Decoder_Callback callback) |
Definition at line 642 of file psaux.h.
Referenced by cid_load_glyph(), T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().
FT_Error(* T1_Decoder_FuncsRec_::parse_charstrings) (T1_Decoder decoder, FT_Byte *base, FT_UInt len) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.