zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cffload.h File Reference
#include <ft2build.h>
#include "cfftypes.h"

Go to the source code of this file.

Functions

 cff_charset_cid_to_gindex (CFF_Charset charset, FT_UInt cid)
 
 cff_fd_select_get (CFF_FDSelect fdselect, FT_UInt glyph_index)
 
 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)
 
FT_BEGIN_HEADER 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_sid_string (CFF_Font font, FT_UInt sid)
 
 cff_index_get_string (CFF_Font font, FT_UInt element)
 

Function Documentation

cff_charset_cid_to_gindex ( CFF_Charset  charset,
FT_UInt  cid 
)

Definition at line 816 of file cffload.c.

Referenced by cff_encoding_load(), and cff_slot_load().

cff_fd_select_get ( CFF_FDSelect  fdselect,
FT_UInt  glyph_index 
)

Definition at line 708 of file cffload.c.

References FT_NEXT_USHORT.

Referenced by cff_decoder_prepare(), and cff_slot_load().

cff_font_done ( CFF_Font  font)
FT_BEGIN_HEADER cff_get_standard_encoding ( FT_UInt  charcode)

Definition at line 183 of file cffload.c.

References cff_standard_encoding.

Referenced by cff_lookup_glyph_by_stdcharcode().

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 
)

Definition at line 567 of file cffload.c.

References FT_FRAME_RELEASE.

Referenced by cff_free_glyph_data(), cff_index_get_name(), and cff_subfont_load().

cff_index_get_name ( CFF_Font  font,
FT_UInt  element 
)
cff_index_get_sid_string ( CFF_Font  font,
FT_UInt  sid 
)

Definition at line 621 of file cffload.c.

References cff_index_get_string(), and NULL.

cff_index_get_string ( CFF_Font  font,
FT_UInt  element 
)

Definition at line 611 of file cffload.c.

References NULL.

Referenced by cff_get_name_index(), and cff_index_get_sid_string().