PangoRectangle

The PangoRectangle structure represents a rectangle.

PangoRectangle is frequently used to represent the logical or ink extents of a single glyph or section of text. (See, for instance, [method@Pango.Font.get_glyph_extents].)

struct PangoRectangle {}

Members

Variables

height
int height;

height of the rectangle.

width
int width;

width of the rectangle.

x
int x;

X coordinate of the left side of the rectangle.

y
int y;

Y coordinate of the the top side of the rectangle.

Meta