ReactOS 0.4.15-dev-8100-g1887773
CFF_PrivateRec_ Struct Reference

#include <cfftypes.h>

Collaboration diagram for CFF_PrivateRec_:

Public Attributes

FT_Byte num_blue_values
 
FT_Byte num_other_blues
 
FT_Byte num_family_blues
 
FT_Byte num_family_other_blues
 
FT_Pos blue_values [14]
 
FT_Pos other_blues [10]
 
FT_Pos family_blues [14]
 
FT_Pos family_other_blues [10]
 
FT_Fixed blue_scale
 
FT_Pos blue_shift
 
FT_Pos blue_fuzz
 
FT_Pos standard_width
 
FT_Pos standard_height
 
FT_Byte num_snap_widths
 
FT_Byte num_snap_heights
 
FT_Pos snap_widths [13]
 
FT_Pos snap_heights [13]
 
FT_Bool force_bold
 
FT_Fixed force_bold_threshold
 
FT_Int lenIV
 
FT_Int language_group
 
FT_Fixed expansion_factor
 
FT_Long initial_random_seed
 
FT_ULong local_subrs_offset
 
FT_Pos default_width
 
FT_Pos nominal_width
 
FT_UInt vsindex
 
CFF_SubFont subfont
 

Detailed Description

Definition at line 240 of file cfftypes.h.

Member Data Documentation

◆ blue_fuzz

FT_Pos CFF_PrivateRec_::blue_fuzz

Definition at line 254 of file cfftypes.h.

Referenced by cff_load_private_dict(), cff_make_private_dict(), and t1_make_subfont().

◆ blue_scale

FT_Fixed CFF_PrivateRec_::blue_scale

Definition at line 252 of file cfftypes.h.

Referenced by cff_load_private_dict(), cff_make_private_dict(), and t1_make_subfont().

◆ blue_shift

FT_Pos CFF_PrivateRec_::blue_shift

Definition at line 253 of file cfftypes.h.

Referenced by cff_load_private_dict(), cff_make_private_dict(), and t1_make_subfont().

◆ blue_values

FT_Pos CFF_PrivateRec_::blue_values[14]

Definition at line 247 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ default_width

FT_Pos CFF_PrivateRec_::default_width

Definition at line 269 of file cfftypes.h.

◆ expansion_factor

FT_Fixed CFF_PrivateRec_::expansion_factor

Definition at line 266 of file cfftypes.h.

Referenced by cff_load_private_dict(), and t1_make_subfont().

◆ family_blues

FT_Pos CFF_PrivateRec_::family_blues[14]

Definition at line 249 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ family_other_blues

FT_Pos CFF_PrivateRec_::family_other_blues[10]

Definition at line 250 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ force_bold

FT_Bool CFF_PrivateRec_::force_bold

Definition at line 262 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ force_bold_threshold

FT_Fixed CFF_PrivateRec_::force_bold_threshold

Definition at line 263 of file cfftypes.h.

◆ initial_random_seed

FT_Long CFF_PrivateRec_::initial_random_seed

Definition at line 267 of file cfftypes.h.

Referenced by cff_load_private_dict(), and cff_subfont_load().

◆ language_group

FT_Int CFF_PrivateRec_::language_group

Definition at line 265 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ lenIV

FT_Int CFF_PrivateRec_::lenIV

Definition at line 264 of file cfftypes.h.

Referenced by cff_load_private_dict(), cff_make_private_dict(), and t1_make_subfont().

◆ local_subrs_offset

FT_ULong CFF_PrivateRec_::local_subrs_offset

Definition at line 268 of file cfftypes.h.

Referenced by cff_subfont_load().

◆ nominal_width

FT_Pos CFF_PrivateRec_::nominal_width

Definition at line 270 of file cfftypes.h.

◆ num_blue_values

FT_Byte CFF_PrivateRec_::num_blue_values

Definition at line 242 of file cfftypes.h.

Referenced by cff_load_private_dict(), cff_make_private_dict(), and t1_make_subfont().

◆ num_family_blues

FT_Byte CFF_PrivateRec_::num_family_blues

Definition at line 244 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ num_family_other_blues

FT_Byte CFF_PrivateRec_::num_family_other_blues

Definition at line 245 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ num_other_blues

FT_Byte CFF_PrivateRec_::num_other_blues

Definition at line 243 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ num_snap_heights

FT_Byte CFF_PrivateRec_::num_snap_heights

Definition at line 259 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ num_snap_widths

FT_Byte CFF_PrivateRec_::num_snap_widths

Definition at line 258 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ other_blues

FT_Pos CFF_PrivateRec_::other_blues[10]

Definition at line 248 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ snap_heights

FT_Pos CFF_PrivateRec_::snap_heights[13]

Definition at line 261 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ snap_widths

FT_Pos CFF_PrivateRec_::snap_widths[13]

Definition at line 260 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ standard_height

FT_Pos CFF_PrivateRec_::standard_height

Definition at line 256 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ standard_width

FT_Pos CFF_PrivateRec_::standard_width

Definition at line 255 of file cfftypes.h.

Referenced by cff_make_private_dict(), and t1_make_subfont().

◆ subfont

CFF_SubFont CFF_PrivateRec_::subfont

◆ vsindex

FT_UInt CFF_PrivateRec_::vsindex

Definition at line 273 of file cfftypes.h.

Referenced by cf2_font_setup(), cff_parse_blend(), and cff_parse_vsindex().


The documentation for this struct was generated from the following file: