Struct
PangoOTFeatureMap
Description [src]
struct PangoOTFeatureMap {
None feature_name;
gulong property_bit;
}
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.
Structure members
feature_name |
Feature tag in represented as four-letter ASCII string. |
property_bit |
The property bit to use for this feature. See
|
Available since: | 1.18 |