Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>
Go to the source code of this file.
Macros | |
#define | HAVE_UNISTD_H 1 |
#define | HAVE_FCNTL_H 1 |
#define | SIZEOF_INT 4 |
#define | SIZEOF_LONG 4 |
#define | FT_SIZEOF_INT 4 |
#define | FT_SIZEOF_LONG 4 |
#define | FT_CHAR_BIT 8 |
#define | FT_UNUSED(arg) ( (arg) = (arg) ) |
#define | FT_BEGIN_STMNT do { |
#define | FT_END_STMNT } while ( 0 ) |
#define | FT_DUMMY_STMNT FT_BEGIN_STMNT FT_END_STMNT |
#define | FT_LOCAL(x) extern x |
#define | FT_LOCAL_DEF(x) x |
#define | FT_BASE(x) extern x |
#define | FT_BASE_DEF(x) extern x |
#define | FT_EXPORT(x) extern x |
#define | FT_EXPORT_DEF(x) extern x |
#define | FT_EXPORT_VAR(x) extern x |
#define | FT_CALLBACK_DEF(x) static x |
#define | FT_CALLBACK_TABLE extern |
#define | FT_CALLBACK_TABLE_DEF /* nothing */ |
Typedefs | |
typedef signed short | FT_Int16 |
typedef unsigned short | FT_UInt16 |
typedef signed int | FT_Int32 |
typedef unsigned int | FT_UInt32 |
typedef int | FT_Fast |
typedef unsigned int | FT_UFast |
Definition at line 247 of file ftconfig.h.
Definition at line 258 of file ftconfig.h.
Referenced by FT_Access_Frame(), FT_Activate_Size(), ft_amiga_stream_io(), ft_ansi_stream_io(), ft_close_stream(), ft_close_stream_by_free(), ft_debug_init(), FT_Extract_Frame(), FT_FloorFix(), FT_Get_Module(), FT_Get_Module_Interface(), FT_Get_TrueType_Engine_Type(), FT_GlyphLoader_Add(), FT_GlyphLoader_New(), FT_GlyphLoader_Reset(), FT_GlyphLoader_Rewind(), ft_glyphslot_free_bitmap(), ft_glyphslot_set_bitmap(), ft_highpow2(), FT_Hypot(), FT_List_Finalize(), FT_Match_Size(), FT_Matrix_Invert(), FT_Matrix_Multiply_Scaled(), ft_mem_alloc(), ft_mem_dup(), ft_mem_free(), ft_mem_qalloc(), ft_mem_qrealloc(), ft_mem_realloc(), ft_mem_strdup(), FT_MSB(), FT_New_Memory(), FT_New_Memory_Stream(), FT_Read_Stream(), FT_Read_Stream_At(), FT_Release_Frame(), FT_Seek_Stream(), ft_service_list_lookup(), FT_Set_Renderer(), FT_Skip_Stream(), FT_SqrtFixed(), FT_Stream_Close(), FT_Stream_EnterFrame(), FT_Stream_ExitFrame(), FT_Stream_ExtractFrame(), FT_Stream_GetChar(), FT_Stream_GetULong(), FT_Stream_GetULongLE(), FT_Stream_GetUOffset(), FT_Stream_GetUShort(), FT_Stream_GetUShortLE(), FT_Stream_New(), FT_Stream_Open(), FT_Stream_OpenMemory(), FT_Stream_Pos(), FT_Stream_Read(), FT_Stream_ReadAt(), FT_Stream_ReadChar(), FT_Stream_ReadULong(), FT_Stream_ReadULongLE(), FT_Stream_ReadUOffset(), FT_Stream_ReadUShort(), FT_Stream_ReadUShortLE(), FT_Stream_ReleaseFrame(), FT_Stream_Seek(), FT_Stream_Skip(), FT_Stream_TryRead(), FT_Trace_Get_Count(), ft_validator_error(), ft_validator_init(), ft_validator_run(), and FT_Vector_Transform_Scaled().
#define FT_BEGIN_STMNT do { |
Definition at line 199 of file ftconfig.h.
Definition at line 323 of file ftconfig.h.
Referenced by af_autofitter_done(), af_autofitter_init(), af_get_interface(), bdf_cmap_char_index(), bdf_cmap_done(), bdf_cmap_init(), BDF_Face_Done(), BDF_Size_Request(), BDF_Size_Select(), cff_cmap_encoding_char_index(), cff_cmap_encoding_char_next(), cff_cmap_encoding_done(), cff_cmap_unicode_char_index(), cff_cmap_unicode_done(), cff_cmap_unicode_init(), cff_get_kerning(), cff_glyph_load(), cid_parse_font_matrix(), Free_VecPooled(), ft_alloc(), ft_amiga_stream_close(), ft_ansi_stream_close(), ft_bitmap_glyph_copy(), ft_bitmap_glyph_done(), ft_bitmap_glyph_init(), ft_close_stream_by_munmap(), FT_DEFINE_GLYPH(), ft_outline_glyph_bbox(), ft_outline_glyph_copy(), ft_outline_glyph_done(), ft_outline_glyph_transform(), ft_realloc(), ftc_basic_family_compare(), ftc_basic_family_get_count(), ftc_basic_family_init(), ftc_basic_family_load_bitmap(), ftc_basic_family_load_glyph(), ftc_cmap_node_compare(), ftc_cmap_node_free(), ftc_cmap_node_new(), ftc_cmap_node_weight(), ftc_face_node_init(), ftc_size_node_compare(), ftc_size_node_done(), parse_fd_array(), pcf_cmap_char_index(), pcf_cmap_done(), PCF_Face_Done(), PCF_Face_Init(), PCF_Size_Request(), PCF_Size_Select(), pfr_cmap_char_index(), pfr_cmap_done(), pfr_cmap_init(), pfr_extra_item_load_bitmap_info(), pfr_extra_item_load_font_id(), pfr_extra_item_load_stem_snaps(), pfr_get_advance(), pfr_get_kerning(), pfr_log_font_load(), ps_hinter_done(), ps_hinter_init(), psaux_get_glyph_name(), pshinter_get_globals_funcs(), pshinter_get_t1_funcs(), t1_cmap_custom_char_index(), t1_cmap_custom_done(), t1_cmap_custom_init(), t1_cmap_std_char_index(), t1_cmap_std_char_next(), t1_cmap_std_done(), t1_cmap_unicode_char_index(), t1_cmap_unicode_done(), t1_cmap_unicode_init(), T1_Parse_Glyph_And_Get_Char_String(), TT_Access_Glyph_Frame(), tt_cmap_init(), TT_Forget_Glyph_Frame(), TT_Load_Glyph_Header(), and TT_Load_Simple_Glyph().
#define FT_CALLBACK_TABLE extern |
Definition at line 332 of file ftconfig.h.
#define FT_CALLBACK_TABLE_DEF /* nothing */ |
Definition at line 333 of file ftconfig.h.
Referenced by bdf_cmap_char_next(), bdf_driver_requester(), ftc_basic_gnode_compare_faceid(), ftc_cmap_node_remove_faceid(), ftc_face_node_compare(), FTC_ImageCache_LookupScaler(), pcf_cmap_char_next(), pcf_driver_requester(), pfr_cmap_char_next(), pfr_get_metrics(), pfr_get_service(), t1_cmap_custom_char_next(), and t1_cmap_unicode_char_next().
#define FT_CHAR_BIT 8 |
Definition at line 70 of file ftconfig.h.
Referenced by FT_Stream_ReadFields().
#define FT_DUMMY_STMNT FT_BEGIN_STMNT FT_END_STMNT |
Definition at line 201 of file ftconfig.h.
#define FT_END_STMNT } while ( 0 ) |
Definition at line 200 of file ftconfig.h.
Definition at line 269 of file ftconfig.h.
Referenced by FTC_ImageCache_LookupScaler(), FTC_Node_Unref(), and FTC_SBitCache_LookupScaler().
Definition at line 280 of file ftconfig.h.
Definition at line 291 of file ftconfig.h.
Definition at line 235 of file ftconfig.h.
Referenced by af_axis_hints_new_segment(), afm_parser_init(), and tt_face_build_cmaps().
Definition at line 236 of file ftconfig.h.
Referenced by af_direction_compute(), af_face_globals_free(), af_face_globals_get_metrics(), af_glyph_hints_align_edge_points(), af_glyph_hints_done(), af_glyph_hints_dump_edges(), af_glyph_hints_init(), af_glyph_hints_reload(), af_glyph_hints_rescale(), af_glyph_hints_save(), af_latin2_hints_compute_edges(), af_latin2_hints_compute_segments(), af_latin2_hints_detect_features(), af_latin2_hints_link_segments(), af_latin2_metrics_check_digits(), af_latin_hints_compute_edges(), af_latin_hints_compute_segments(), af_latin_hints_detect_features(), af_latin_hints_link_segments(), af_latin_metrics_check_digits(), af_loader_init(), af_loader_reset(), af_sort_pos(), afm_parser_done(), BitOrderInvert(), cf2_arrstack_clear(), cf2_arrstack_getBuffer(), cf2_arrstack_getPointer(), cf2_arrstack_init(), cf2_arrstack_size(), cf2_blues_init(), cf2_buf_readByte(), cf2_freeSeacComponent(), cf2_getBlueMetrics(), cf2_getDefaultWidthX(), cf2_getLanguageGroup(), cf2_getNominalWidthX(), cf2_getPpemY(), cf2_getSeacComponent(), cf2_getStdHW(), cf2_getStdVW(), cf2_getSubfont(), cf2_glyphpath_init(), cf2_hint_isTop(), cf2_hint_lock(), cf2_hintmask_init(), cf2_hintmask_isNew(), cf2_hintmask_isValid(), cf2_hintmask_setNew(), cf2_initGlobalRegionBuffer(), cf2_initLocalRegionBuffer(), cf2_outline_reset(), cf2_stack_count(), cf2_stack_free(), cf2_stack_getReal(), cf2_stack_init(), cf2_stack_popFixed(), cf2_stack_popInt(), cf2_stack_pushFixed(), cf2_stack_pushInt(), cff_builder_add_point(), cff_builder_close_contour(), cff_check_points(), cff_driver_init(), cff_face_done(), cff_get_glyph_data(), cff_index_forget_element(), cff_index_get_name(), cff_lookup_glyph_by_stdcharcode(), cff_slot_done(), cid_driver_init(), cid_face_done(), cid_face_init(), cid_load_glyph(), cid_parser_new(), cid_slot_done(), ft_lzwstate_init(), ft_lzwstate_reset(), FT_New_Memory_Face(), FTC_Cache_Init(), FTC_Family_Init(), ftc_gcache_done(), ftc_gcache_init(), FTC_GCache_New(), ftc_gnode_compare(), FTC_GNode_Compare(), FTC_GNode_Done(), FTC_GNode_Init(), FTC_GNode_UnselectFamily(), ftc_inode_free(), FTC_INode_Free(), FTC_INode_New(), ftc_inode_new(), ftc_inode_weight(), FTC_Manager_Compress(), FTC_Manager_RegisterCache(), FTC_Manager_Reset(), FTC_MruList_Done(), FTC_MruList_Init(), FTC_MruList_New(), FTC_MruList_Remove(), FTC_MruList_Reset(), FTC_MruNode_Prepend(), FTC_MruNode_Remove(), FTC_MruNode_Up(), ftc_snode_free(), ftc_snode_new(), ftc_snode_weight(), gxv_array_getlimits_byte(), gxv_ctlPoint_validate(), gxv_glyphid_validate(), gxv_odtect_add_range(), gxv_StateTable_subtable_setup(), mm_axis_unmap(), mm_weights_unmap(), otv_ClassDef_validate(), otv_Coverage_get_count(), otv_Coverage_get_first(), otv_Coverage_get_last(), otv_Coverage_validate(), otv_Device_validate(), otv_LangSys_validate(), otv_Lookup_validate(), otv_Script_validate(), otv_u_C_x_Ox(), otv_u_O_O_O_O_x_Onx(), otv_u_O_O_x_Onx(), otv_u_x_Ox_y_Oy_z_Oz_p_sp(), otv_u_x_y_Ox_sy(), otv_x_Ox(), otv_x_ux(), otv_x_ux_y_uy_z_uz_p_sp(), otv_x_y_ux_sy(), pfr_extra_items_skip(), pfr_face_done(), pfr_face_init(), pfr_glyph_init(), pfr_header_check(), pfr_header_load(), pfr_log_font_count(), pfr_phy_font_done(), pfr_slot_done(), pfr_slot_init(), pfr_slot_load(), PS_Conv_ASCIIHexDecode(), PS_Conv_Strtol(), PS_Conv_ToFixed(), PS_Conv_ToInt(), ps_parser_done(), ps_parser_init(), ps_parser_load_field_table(), ps_parser_skip_PS_token(), ps_parser_to_bytes(), ps_parser_to_fixed(), ps_parser_to_int(), t1_builder_add_contour(), t1_builder_add_point(), t1_builder_add_point1(), t1_builder_check_points(), t1_builder_close_contour(), t1_builder_done(), t1_builder_init(), t1_builder_start_point(), T1_Compute_Max_Advance(), t1_decoder_init(), t1_decoder_parse_glyph(), T1_Driver_Init(), T1_Face_Done(), T1_Face_Init(), T1_Finalize_Parser(), T1_Get_Advances(), T1_Get_Kerning(), T1_Get_MM_Var(), T1_Get_Multi_Master(), T1_GlyphSlot_Done(), T1_GlyphSlot_Init(), T1_Parse_Glyph(), T1_Set_MM_Blend(), T1_Set_MM_Design(), T1_Set_Var_Design(), T42_Driver_Done(), T42_Driver_Init(), T42_Face_Done(), T42_GlyphSlot_Init(), t42_loader_init(), t42_parser_init(), T42_Size_Done(), T42_Size_Init(), T42_Size_Request(), T42_Size_Select(), tt_driver_done(), tt_driver_init(), tt_face_done(), tt_face_done_kern(), tt_face_done_loca(), tt_face_free_eblc(), tt_face_free_hdmx(), tt_face_free_name(), tt_face_free_ps_names(), tt_face_get_location(), tt_face_get_metrics(), tt_face_load_cmap(), tt_face_load_cvt(), tt_face_load_eblc(), tt_face_load_fpgm(), tt_face_load_hdmx(), tt_face_load_hhea(), tt_face_load_hmtx(), tt_face_load_kern(), tt_face_load_loca(), tt_face_load_maxp(), tt_face_load_name(), tt_face_load_os2(), tt_face_load_pclt(), tt_face_load_post(), tt_face_load_prep(), tt_face_lookup_table(), tt_face_set_sbit_strike(), TT_Get_HMetrics(), TT_Load_Composite_Glyph(), tt_size_done(), tt_size_init(), tt_size_reset(), and TwoByteSwap().
#define FT_SIZEOF_INT 4 |
Definition at line 67 of file ftconfig.h.
#define FT_SIZEOF_LONG 4 |
Definition at line 68 of file ftconfig.h.
Definition at line 76 of file ftconfig.h.
Referenced by af_autofitter_load_glyph(), af_get_interface(), af_glyph_hints_dump_edges(), af_glyph_hints_dump_points(), af_glyph_hints_dump_segments(), af_glyph_hints_get_num_segments(), af_glyph_hints_get_segment_offset(), bdf_cmap_init(), bdf_driver_requester(), BDF_Face_Init(), BDF_Glyph_Load(), cff_driver_done(), cff_free_glyph_data(), cff_parser_run(), cid_driver_done(), cid_driver_init(), cid_face_init(), cid_get_interface(), ft_alloc(), FT_Face_SetUnpatentedHinting(), ft_free(), FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), FT_Glyph_To_Bitmap(), FT_Library_SetLcdFilter(), FT_Library_SetLcdFilterWeights(), FT_New_Memory_Face(), FT_New_Memory_Stream(), FT_Raccess_Get_HeaderInfo(), FT_Raccess_Guess(), ft_realloc(), FT_Stream_OpenBzip2(), FT_Stream_OpenGzip(), FT_Stream_OpenLZW(), FT_Trace_Get_Name(), ft_validator_run(), ftc_cmap_node_compare(), ftc_cmap_node_remove_faceid(), ftc_cmap_node_weight(), ftc_gnode_compare(), ftc_inode_weight(), ftc_size_node_done(), ftc_snode_weight(), Get_Interface(), gxv_mort_coverage_validate(), inflate_trees_fixed(), pcf_cmap_init(), pcf_driver_requester(), PCF_Face_Init(), PCF_Glyph_Load(), pfr_face_init(), pfr_get_service(), ps_parser_done(), ps_parser_load_field_table(), sfnt_init_face(), sfnt_load_face(), T1_Driver_Done(), T1_Driver_Init(), T1_Face_Init(), T42_Driver_Done(), T42_Face_Init(), T42_Get_Interface(), t42_loader_init(), TT_Access_Glyph_Frame(), tt_cmap_init(), tt_driver_done(), tt_driver_init(), tt_face_build_cmaps(), tt_face_get_kerning(), tt_face_load_cvt(), tt_face_load_fpgm(), tt_face_load_prep(), and tt_face_load_sbit_image().
#define HAVE_FCNTL_H 1 |
Definition at line 62 of file ftconfig.h.
#define HAVE_UNISTD_H 1 |
Definition at line 61 of file ftconfig.h.
#define SIZEOF_INT 4 |
Definition at line 64 of file ftconfig.h.
#define SIZEOF_LONG 4 |
Definition at line 65 of file ftconfig.h.
Definition at line 147 of file ftconfig.h.
typedef signed short FT_Int16 |
Definition at line 127 of file ftconfig.h.
Definition at line 132 of file ftconfig.h.
Definition at line 148 of file ftconfig.h.
typedef unsigned short FT_UInt16 |
Definition at line 128 of file ftconfig.h.
Definition at line 133 of file ftconfig.h.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.