Font.getFontData

Returns an array of <code>FontData</code>s representing the receiver. On Windows, only one FontData will be returned per font. On X however, a <code>Font</code> object <em>may</em> be composed of multiple X fonts. To support this case, we return an array of font data objects.

@return an array of font data objects describing the receiver

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

class Font
getFontData
(
)

Meta