[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the value for the specified segment in an XLFD font descriptor.
Source position: graphics.pp line 1950
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.0 | Generated 2025-05-03 | Home |