Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 778 Bytes

glyphs_colorfontpaletteindex.md

File metadata and controls

27 lines (17 loc) · 778 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.Glyphs.ColorFontPaletteIndex
winrt property

Windows.UI.Xaml.Documents.Glyphs.ColorFontPaletteIndex

-description

Gets or sets the index of the palette to use for the color font.

-property-value

The index of the palette to use for the color font.

-remarks

If IsColorFontEnabled is false, the ColorFontPaletteIndex is ignored.

Color fonts can have different color palettes that specify the colors of the layers in the font. You can set the ColorFontPaletteIndex value to specify which palette to use. If the specified value isn't valid for the font, color is disabled.

-examples

-see-also