Gets the value for the specified segment in an XLFD font descriptor.
Source position: graphics.pp line 1961
function ExtractXLFDItem( |
const XLFDName: string; |
Index: Integer |
):string; |
XLFDName |
|
XLFD font descriptor examined in the routine. |
Index |
|
Ordinal position (starting at 0) for the requested segment in XLFDName. |
Value for the XLFD segment, or an empty string when not found.
| Version 4.6 | Generated 2026-02-20 | Home |