Source position: asl.pas line 200
type TFontRequester = record |
fo_Reserved0: array [0..7] of Byte; |
fo_Attr: TTextAttr; |
fo_FrontPen: Byte; |
fo_BackPen: Byte; |
fo_DrawMode: Byte; |
fo_Reserved1: Byte; |
fo_UserData: Pointer; |
fo_LeftEdge: SmallInt; |
fo_TopEdge: SmallInt; |
fo_Width: SmallInt; |
fo_Height: SmallInt; |
fo_TAttr: TTTextAttr; |
end; |