Class (GI Struct)

Pango-1.0PangoRectangle

The Pango.Rectangle structure represents a rectangle.

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

Index

Constructors

Properties

Constructors

  • Parameters

    • Optionalproperties: Partial<{ height: number; width: number; x: number; y: number }>

    Returns Pango.Rectangle

Properties

height: number
width: number
x: number
y: number