Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoRectangle Struct Reference

#include <pango-types.h>

Data Fields

int x
 
int y
 
int width
 
int height
 

Detailed Description

PangoRectangle: @x: X coordinate of the left side of the rectangle. @y: Y coordinate of the the top side of the rectangle. @width: width of the rectangle. @height: height of the rectangle.

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, [metho.nosp@m.d@Pa.nosp@m.ngo.F.nosp@m.ont..nosp@m.get_g.nosp@m.lyph.nosp@m._exte.nosp@m.nts].)

Definition at line 169 of file pango-types.h.

Field Documentation

◆ height

int _PangoRectangle::height

Definition at line 174 of file pango-types.h.

◆ width

int _PangoRectangle::width

Definition at line 173 of file pango-types.h.

◆ x

int _PangoRectangle::x

Definition at line 171 of file pango-types.h.

◆ y

int _PangoRectangle::y

Definition at line 172 of file pango-types.h.


The documentation for this struct was generated from the following file: