Package: pango
Flags pango-font-mask
Details The bits in a pango-font-mask flags correspond to fields in a pango-font-description structure that have been set. (define-g-flags "PangoFontMask" pango-font-mask (:export t :type-initializer "pango_font_mask_get_type") (:family #.(ash 1 0)) (:style #.(ash 1 1)) (:variant #.(ash 1 2)) (:weight #.(ash 1 3)) (:stretch #.(ash 1 4)) (:size #.(ash 1 5)) (:gravity #.(ash 1 6)) (:variations #.(ash 1 7)))
| See also |
2021-1-6