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.
Macros | |
#define | FT_COMPONENT trace_cffload |
#define | FT_STRUCTURE CFF_FontRec |
Functions | |
cff_get_standard_encoding (FT_UInt charcode) | |
cff_index_access_element (CFF_Index idx, FT_UInt element, FT_Byte **pbytes, FT_ULong *pbyte_len) | |
cff_index_forget_element (CFF_Index idx, FT_Byte **pbytes) | |
cff_index_get_name (CFF_Font font, FT_UInt element) | |
cff_index_get_string (CFF_Font font, FT_UInt element) | |
cff_index_get_sid_string (CFF_Font font, FT_UInt sid) | |
cff_fd_select_get (CFF_FDSelect fdselect, FT_UInt glyph_index) | |
cff_charset_cid_to_gindex (CFF_Charset charset, FT_UInt cid) | |
cff_font_load (FT_Library library, FT_Stream stream, FT_Int face_index, CFF_Font font, FT_Bool pure_cff) | |
cff_font_done (CFF_Font font) | |
#define FT_STRUCTURE CFF_FontRec |
cff_charset_cid_to_gindex | ( | CFF_Charset | charset, |
FT_UInt | cid | ||
) |
Definition at line 817 of file cffload.c.
References CFF_CharsetRec_::cids.
Referenced by cff_slot_load().
cff_fd_select_get | ( | CFF_FDSelect | fdselect, |
FT_UInt | glyph_index | ||
) |
Definition at line 709 of file cffload.c.
References CFF_FDSelectRec_::cache_count, CFF_FDSelectRec_::cache_fd, CFF_FDSelectRec_::cache_first, CFF_FDSelectRec_::data, CFF_FDSelectRec_::data_size, CFF_FDSelectRec_::format, and FT_NEXT_USHORT.
Referenced by cff_decoder_prepare(), and cff_slot_load().
cff_font_done | ( | CFF_Font | font | ) |
cff_font_load | ( | FT_Library | library, |
FT_Stream | stream, | ||
FT_Int | face_index, | ||
CFF_Font | font, | ||
FT_Bool | pure_cff | ||
) |
Definition at line 1419 of file cffload.c.
References error, CFF_SubFontRec_::font_dict, FT_FRAME_BYTE, FT_FRAME_END, FT_FRAME_START, FT_SET_ERROR, FT_STREAM_POS, FT_STREAM_READ_FIELDS, FT_STREAM_SKIP, FT_THROW(), FT_TRACE2, FT_ZERO, and FT_StreamRec_::memory.
Referenced by cff_face_init().
cff_get_standard_encoding | ( | FT_UInt | charcode | ) |
Definition at line 183 of file cffload.c.
Referenced by cff_lookup_glyph_by_stdcharcode().
cff_index_access_element | ( | CFF_Index | idx, |
FT_UInt | element, | ||
FT_Byte ** | pbytes, | ||
FT_ULong * | pbyte_len | ||
) |
Definition at line 470 of file cffload.c.
References error, FT_Err_Ok, FT_STREAM_SEEK, and idx.
Referenced by cff_get_glyph_data(), and cff_index_get_name().
Definition at line 568 of file cffload.c.
References FT_FRAME_RELEASE, FT_LOCAL_DEF, and idx.
Referenced by cff_free_glyph_data(), and cff_index_get_name().
Definition at line 583 of file cffload.c.
References cff_index_access_element(), cff_index_forget_element(), error, FT_ALLOC, FT_LOCAL_DEF, FT_MEM_COPY, and idx.
Referenced by cff_face_init().
Definition at line 622 of file cffload.c.
References cff_index_get_string(), and NULL.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.