Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-ot.h>
Data Fields | |
char | feature_name [5] |
gulong | property_bit |
PangoOTFeatureMap: @feature_name: feature tag in represented as four-letter ASCII string. @property_bit: the property bit to use for this feature. See pango_ot_ruleset_add_feature() for details.
The PangoOTFeatureMap
typedef is used to represent an OpenType feature with the property bit associated with it. The feature tag is represented as a char array instead of a PangoOTTag
for convenience.
Since: 1.18
Definition at line 208 of file pango-ot.h.
char _PangoOTFeatureMap::feature_name[5] |
Definition at line 210 of file pango-ot.h.
gulong _PangoOTFeatureMap::property_bit |
Definition at line 211 of file pango-ot.h.