Source position: tttypes.pas line 140
type TT_Glyph_Metrics = record
bbox: TT_BBox;
bearingX: TT_Pos;
bearingY: TT_Pos;
advance: TT_Pos;
end;