Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>
#include "t1gload.h"
#include "t1load.h"
#include "t1errors.h"
#include "t1afm.h"
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_t1objs |
Functions | |
T1_Size_Done (FT_Size t1size) | |
T1_Size_Init (FT_Size t1size) | |
T1_Size_Request (FT_Size t1size, FT_Size_Request req) | |
T1_GlyphSlot_Done (FT_GlyphSlot slot) | |
T1_GlyphSlot_Init (FT_GlyphSlot slot) | |
T1_Face_Done (FT_Face t1face) | |
T1_Face_Init (FT_Stream stream, FT_Face t1face, FT_Int face_index, FT_Int num_params, FT_Parameter *params) | |
T1_Driver_Init (FT_Module driver) | |
T1_Driver_Done (FT_Module driver) | |
T1_Driver_Done | ( | FT_Module | driver | ) |
T1_Driver_Init | ( | FT_Module | driver | ) |
T1_Face_Done | ( | FT_Face | t1face | ) |
Definition at line 201 of file t1objs.c.
References T1_FaceRec_::afm_data, T1_FaceRec_::blend, T1_FaceRec_::buildchar, T1_FontRec_::charstrings, T1_FontRec_::charstrings_block, T1_FontRec_::charstrings_len, T1_FontRec_::encoding, PS_FontInfoRec_::family_name, FT_FaceRec_::family_name, T1_FontRec_::font_info, T1_FontRec_::font_name, FT_ASSERT, FT_FREE, FT_LOCAL_DEF, PS_FontInfoRec_::full_name, T1_FontRec_::glyph_names, T1_FontRec_::glyph_names_block, info, T1_FaceRec_::len_buildchar, FT_FaceRec_::memory, PS_FontInfoRec_::notice, NULL, T1_FaceRec_::root, FT_FaceRec_::style_name, T1_FontRec_::subrs, T1_FontRec_::subrs_block, T1_FontRec_::subrs_len, T1_Done_Blend(), T1_Done_Metrics(), T1_FaceRec_::type1, PS_FontInfoRec_::version, and PS_FontInfoRec_::weight.
T1_Face_Init | ( | FT_Stream | stream, |
FT_Face | t1face, | ||
FT_Int | face_index, | ||
FT_Int | num_params, | ||
FT_Parameter * | params | ||
) |
Definition at line 300 of file t1objs.c.
References FT_FaceRec_::ascender, FT_FaceRec_::available_sizes, FT_FaceRec_::bbox, T1_FaceRec_::blend, FT_FaceRec_::charmap, FT_FaceRec_::charmaps, T1_CMap_ClassesRec_::custom, FT_FaceRec_::descender, FT_CharMapRec_::encoding, FT_CharMapRec_::encoding_id, T1_FontRec_::encoding_type, error, T1_CMap_ClassesRec_::expert, FT_CharMapRec_::face, FT_FaceRec_::face_flags, FT_FaceRec_::face_index, FALSE, PS_FontInfoRec_::family_name, FT_FaceRec_::family_name, FIXED_TO_INT, T1_FontRec_::font_bbox, T1_FontRec_::font_info, T1_FontRec_::font_name, FT_Bool, FT_CMap_New(), FT_ERR_NEQ, FT_Err_Ok, FT_ERROR, FT_FACE_FIND_GLOBAL_SERVICE, FT_FACE_FLAG_FIXED_WIDTH, FT_FACE_FLAG_GLYPH_NAMES, FT_FACE_FLAG_HINTER, FT_FACE_FLAG_HORIZONTAL, FT_FACE_FLAG_MULTIPLE_MASTERS, FT_FACE_FLAG_SCALABLE, FT_FACE_LIBRARY, FT_Get_Module_Interface(), FT_LOCAL_DEF, FT_Pos, ft_strcmp, FT_STYLE_FLAG_BOLD, FT_STYLE_FLAG_ITALIC, FT_THROW(), FT_TRACE2, FT_UNUSED, PS_FontInfoRec_::full_name, FT_FaceRec_::height, if(), info, PS_FontInfoRec_::is_fixed_pitch, PS_FontInfoRec_::italic_angle, FT_FaceRec_::max_advance_height, FT_FaceRec_::max_advance_width, NULL, FT_FaceRec_::num_charmaps, FT_FaceRec_::num_faces, FT_FaceRec_::num_fixed_sizes, T1_FontRec_::num_glyphs, FT_FaceRec_::num_glyphs, FT_CharMapRec_::platform_id, T1_FaceRec_::psaux, T1_FaceRec_::pshinter, T1_FaceRec_::psnames, root, T1_FaceRec_::root, T1_CMap_ClassesRec_::standard, FT_FaceRec_::style_flags, FT_FaceRec_::style_name, PSAux_ServiceRec_::t1_cmap_classes, T1_Compute_Max_Advance(), T1_ENCODING_TYPE_ARRAY, T1_ENCODING_TYPE_EXPERT, T1_ENCODING_TYPE_ISOLATIN1, T1_ENCODING_TYPE_STANDARD, T1_Open_Face(), TRUE, TT_ADOBE_ID_CUSTOM, TT_ADOBE_ID_EXPERT, TT_ADOBE_ID_LATIN_1, TT_ADOBE_ID_STANDARD, TT_MS_ID_UNICODE_CS, TT_PLATFORM_ADOBE, TT_PLATFORM_MICROSOFT, T1_FaceRec_::type1, PS_FontInfoRec_::underline_position, FT_FaceRec_::underline_position, PS_FontInfoRec_::underline_thickness, FT_FaceRec_::underline_thickness, T1_CMap_ClassesRec_::unicode, FT_FaceRec_::units_per_EM, PS_FontInfoRec_::weight, FT_BBox_::xMax, FT_BBox_::xMin, FT_BBox_::yMax, and FT_BBox_::yMin.
T1_GlyphSlot_Done | ( | FT_GlyphSlot | slot | ) |
Definition at line 145 of file t1objs.c.
References FT_LOCAL_DEF.
T1_GlyphSlot_Init | ( | FT_GlyphSlot | slot | ) |
Definition at line 152 of file t1objs.c.
References FT_Get_Module(), FT_LOCAL_DEF, PSHinter_Interface_::get_t1_funcs, and T1_FaceRec_::pshinter.
T1_Size_Done | ( | FT_Size | t1size | ) |
Definition at line 75 of file t1objs.c.
References FT_SizeRec_::internal, and T1_SizeRec_::root.
T1_Size_Init | ( | FT_Size | t1size | ) |
T1_Size_Request | ( | FT_Size | t1size, |
FT_Size_Request | req | ||
) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.