Source position: agraphics.pas line 217
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: APTR; |
tf_Modulo: Word; |
tf_CharLoc: APTR; |
tf_CharSpace: APTR; |
tf_CharKern: APTR; |
end; |