| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: ttobjs.pas line 665
type TGlyph = record |
face: PFace; |
metrics: TT_Big_Glyph_Metrics; |
outline: TT_Outline; |
computed_width: Int; |
precalc_width: Int; |
is_composite: Boolean; |
end; |
| lazarus-ccr.sourceforge.net |