|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.pango.Font
Pango supports a flexible architecture where a particular rendering architecture can supply an implementation of fonts. The PangoFont structure represents an abstract rendering-system-indepent font. Pango provides routines to list available fonts, and to load a font of a given description.
Field Summary |
Fields inherited from class org.gnu.glib.GObject |
eventsInitialized |
Constructor Summary | |
Font()
|
Method Summary | |
FontDescription |
describe()
Returns a description of the font. |
Coverage |
getCoverage(Language lang)
Computes the coverage map for a given font and language tag. |
FontMetrics |
getMetrics(Language lang)
Gets overall metric information for a font. |
static Type |
getType()
Retrieve the runtime type used by the GLib library. |
protected static Handle |
pango_font_describe(Handle font)
|
protected static Handle |
pango_font_get_coverage(Handle font,
Handle language)
|
protected static Handle |
pango_font_get_metrics(Handle font,
Handle language)
|
protected static int |
pango_font_get_type()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Font()
Method Detail |
public FontDescription describe()
public Coverage getCoverage(Language lang)
public FontMetrics getMetrics(Language lang)
public static Type getType()
protected static final int pango_font_get_type()
protected static final Handle pango_font_describe(Handle font)
protected static final Handle pango_font_get_coverage(Handle font, Handle language)
protected static final Handle pango_font_get_metrics(Handle font, Handle language)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |