| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: ttobjs.pas line 272
type TSubglyph_Record = record |
index: Int; |
is_scaled: Boolean; |
is_hinted: Boolean; |
preserve_pps: Boolean; |
bbox: TT_BBox; |
zone: TGlyph_Zone; |
arg1: Int; |
arg2: Int; |
element_flag: Int; |
transform: TGlyph_Transform; |
file_offset: Long; |
pp1: TT_Vector; |
pp2: TT_Vector; |
advanceWidth: Int; |
leftBearing: Int; |
end; |
| lazarus-ccr.sourceforge.net |