Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ftsystem.h>
Public Attributes | |
unsigned char * | base |
unsigned long | size |
unsigned long | pos |
FT_StreamDesc | descriptor |
FT_StreamDesc | pathname |
FT_Stream_IoFunc | read |
FT_Stream_CloseFunc | close |
FT_Memory | memory |
unsigned char * | cursor |
unsigned char * | limit |
Definition at line 321 of file ftsystem.h.
unsigned char* FT_StreamRec_::base |
Definition at line 323 of file ftsystem.h.
Referenced by FT_New_Memory_Face().
FT_Stream_CloseFunc FT_StreamRec_::close |
Definition at line 330 of file ftsystem.h.
Referenced by FT_New_Memory_Face().
unsigned char* FT_StreamRec_::cursor |
Definition at line 333 of file ftsystem.h.
Referenced by parse_afm(), pfr_face_get_kerning(), T1_Read_Metrics(), TT_Access_Glyph_Frame(), and tt_face_load_hmtx().
FT_StreamDesc FT_StreamRec_::descriptor |
Definition at line 327 of file ftsystem.h.
unsigned char* FT_StreamRec_::limit |
Definition at line 334 of file ftsystem.h.
Referenced by parse_afm(), T1_Read_Metrics(), and TT_Access_Glyph_Frame().
FT_Memory FT_StreamRec_::memory |
Definition at line 332 of file ftsystem.h.
Referenced by cff_font_load(), FT_New_Memory_Face(), FT_Stream_Free(), FT_Stream_New(), main(), T1_Get_Private_Dict(), T1_Read_Metrics(), tt_face_free_hdmx(), tt_face_load_cvt(), tt_face_load_font_dir(), tt_face_load_gasp(), tt_face_load_hdmx(), tt_face_load_hmtx(), and tt_face_load_name().
FT_StreamDesc FT_StreamRec_::pathname |
Definition at line 328 of file ftsystem.h.
Referenced by FT_Stream_New().
unsigned long FT_StreamRec_::pos |
Definition at line 325 of file ftsystem.h.
FT_Stream_IoFunc FT_StreamRec_::read |
Definition at line 329 of file ftsystem.h.
unsigned long FT_StreamRec_::size |
Definition at line 324 of file ftsystem.h.
Referenced by FT_New_Memory_Face(), parse_afm(), and T1_Read_Metrics().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:01.
© Copyright Michele Bosi. All rights reserved.