Enumeration

PangoFontColor

since: 1.57

Declaration

enum Pango.FontColor

Description [src]

Specifies whether a font should or should not have color glyphs.

Available since: 1.57

Members

Name Description
PANGO_FONT_COLOR_FORBIDDEN

The font should not have color glyphs.

PANGO_FONT_COLOR_REQUIRED

The font should have color glyphs.

PANGO_FONT_COLOR_DONT_CARE

The font may or may not use color.