[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegraphics.pas line 120
type fontdataty = record |
h: fonthashdataty; |
realfont: fonthashdataty; |
font: fontty; |
fonthighres: fontty; |
basefont: fontty; |
ascent: Integer; |
descent: Integer; |
linespacing: Integer; |
caretshift: Integer; |
linewidth: Integer; |
realheight: Integer; |
platformdata: fontdatapty; |
end; |