Source position: agraphics.pas line 261
type tTextFont = record |
tf_Message: tMessage; |
tf_YSize: Word; |
tf_Style: Byte; |
tf_Flags: Byte; |
tf_XSize: Word; |
tf_Baseline: Word; |
tf_BoldSmear: Word; |
tf_Accessors: Word; |
tf_LoChar: Byte; |
tf_HiChar: Byte; |
tf_CharData: Pointer; |
tf_Modulo: Word; |
tf_CharLoc: Pointer; |
tf_CharSpace: Pointer; |
tf_CharKern: Pointer; |
end; |