Source position: asl.pas line 227
| 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; |