Package org.gnome.pango.cairo
Interface Font
- All Superinterfaces:
Proxy
- All Known Implementing Classes:
Font.FontImpl
PangoCairoFont
is an interface exported by fonts for
use with Cairo.
The actual type of the font will depend on the particular font technology Cairo was compiled to use.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
The FontImpl type represents a native instance of the Font interface. -
Method Summary
-
Method Details
-
getType
-
getScaledFont
default org.freedesktop.cairo.ScaledFont getScaledFont()Gets thecairo_scaled_font_t
used by this Font. The scaled font can be referenced and kept using cairo_scaled_font_reference().- Returns:
- the
cairo_scaled_font_t
used by this Font
-