Device.getFontList

Returns <code>FontData</code> objects which describe the fonts that match the given arguments. If the <code>faceName</code> is null, all fonts will be returned.

@param faceName the name of the font to look for, or null @param scalable if true only scalable fonts are returned, otherwise only non-scalable fonts are returned. @return the matching font data

@exception SWTException <ul> <li>ERROR_DEVICE_DISPOSED - if the receiver has been disposed</li> </ul>

class Device
getFontList
(
String faceName
,
)

Meta