Class Font

All Implemented Interfaces:
PointerInterface

public class Font extends Interface
`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.

https://docs.gtk.org/PangoCairo/iface.Font.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getScaledFont

      public ScaledFont getScaledFont()
      Gets the `cairo_scaled_font_t` used by @font.
      The scaled font can be referenced and kept using
      cairo_scaled_font_reference().
      Returns:
      the `cairo_scaled_font_t` used by @font
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()