Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-types.h>
Data Fields | |
int | x |
int | y |
int | width |
int | height |
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.
int _PangoRectangle::height |
Definition at line 174 of file pango-types.h.
int _PangoRectangle::width |
Definition at line 173 of file pango-types.h.
int _PangoRectangle::x |
Definition at line 171 of file pango-types.h.
int _PangoRectangle::y |
Definition at line 172 of file pango-types.h.