:: com :: sun :: star :: awt ::
|
unpublished |
interface XFont2 |
|
|
- Base Interfaces
XFont2
┗ XFont
XFont |
- (referenced interface's summary:)
- decribes a font on a specific device.
|
|
- Description
- extends the XFont interface and provides additional
information for a font.
|
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
Copyright © 2010 Sun Microsystems, Inc.