Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 780 Bytes

glyphs_colorfontpaletteindex.md

File metadata and controls

25 lines (17 loc) · 780 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Documents.Glyphs.ColorFontPaletteIndex
winrt property

Microsoft.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