Class FontMetrics

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.pango.FontMetrics
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class FontMetrics extends ProxyInstance
A PangoFontMetrics structure holds the overall metric information for a font.

The information in a PangoFontMetrics structure may be restricted to a script. The fields of this structure are private to implementations of a font backend. See the documentation of the corresponding getters for documentation of their meaning.

For an overview of the most important metrics, see:

<picture> <source srcset="fontmetrics-dark.png" media="(prefers-color-scheme: dark)"> <img alt="Font metrics" src="fontmetrics-light.png"> </picture>