Package: pango
GFlags pango:font-mask
Declaration(gobject:define-gflags "PangoFontMask" 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))) Values
Details The bits correspond to fields in a pango:font-description instance
that have been set. | See also |
2023-8-27