| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: gfx_x11.pas line 60
| type TX11Font = class(TFCustomFont) | ||
| public | ||
| constructor Create(); | 
 | |
| destructor Destroy; override; | 
 | |
| function GetDefaultFontName(); override; | 
 | |
| property FontStruct: PXFontStruct; [r] | 
 | |
| end; | 
| 
 | ||
| | | ||
| 
 | ||
| | | ||
| TObject |