:: com :: sun :: star :: awt ::

unpublished interface XFont2
Base Interfaces
XFont2XFont

XFont
(referenced interface's summary:)
decribes a font on a specific device.
Usage Restrictions
not published
Description
extends the XFont interface and provides additional information for a font.
Since
OOo 3.0

Methods' Summary
hasGlyphs checks whether or not this font has all the glyphs for the text specified by aText.  
Methods' Details
hasGlyphs
boolean
hasGlyphs( [in] string  aText );

Description
checks whether or not this font has all the glyphs for the text specified by aText.
Parameter aText
The specified text for which glyphs are needed.
Returns
Returns whether or not this font has all the glyphs for the specified text.
Top of Page