dlQueryRasterFont
dlQueryRasterFont(t_fontName) =>l_fontProperties/ nil
Description
Returns the font property list for the raster font.
Argument
Value Returned
|
A disembodied Property List (DPL) with same properties as that returned by the |
|
Examples
Retrieves the font property list of the XLFD "-*-courier-medium-r-*-*-12-*"
dlQueryRasterFont("-*-courier-medium-r-*-*-12-*")
(nil fontName "-*-courier-medium-r-*-*-12-*" fontAscent 10
fontDescent 3 fontHeight 13 fontWidth
7 minFontWidth 7 maxFontWidth 7
Retrieves the font property list of the font type label.
dlQueryRasterFont("label")
(nil fontName "-*-helvetica-medium-r-*-*-12-*" fontAscent 11
fontDescent 3 fontHeight 14 fontWidth
7 minFontWidth 2 maxFontWidth 12
Related Topics
Return to top