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

#include <pango-attributes.h>

Data Fields

PangoAttribute attr
 
int size
 
guint absolute: 1
 

Detailed Description

PangoAttrSize: @attr: the common portion of the attribute @size: size of font, in units of 1/PANGO_SCALE of a point (for PANGO_ATTR_SIZE) or of a device unit (for PANGO_ATTR_ABSOLUTE_SIZE) @absolute: whether the font size is in device units or points. This field is only present for compatibility with Pango-1.8.0 (PANGO_ATTR_ABSOLUTE_SIZE was added in 1.8.1); and always will be FALSE for PANGO_ATTR_SIZE and TRUE for PANGO_ATTR_ABSOLUTE_SIZE.

The PangoAttrSize structure is used to represent attributes which set font size.

Definition at line 440 of file pango-attributes.h.

Field Documentation

◆ absolute

guint _PangoAttrSize::absolute

Definition at line 444 of file pango-attributes.h.

◆ attr

PangoAttribute _PangoAttrSize::attr

Definition at line 442 of file pango-attributes.h.

◆ size

int _PangoAttrSize::size

Definition at line 443 of file pango-attributes.h.


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