Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 896 Bytes

glyphs_iscolorfontenabled.md

File metadata and controls

26 lines (17 loc) · 896 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Documents.Glyphs.IsColorFontEnabled
winrt property

Microsoft.UI.Xaml.Documents.Glyphs.IsColorFontEnabled

-description

Gets or sets a value that determines whether font glyphs that contain color layers, such as Segoe UI Emoji, are rendered in color.

-property-value

true if color glyphs show in color; otherwise, false. The default is true.

-remarks

A font can include multiple colored layers for each glyph. For example, the Segoe UI Emoji font defines color versions of the Emoticon and other Emoji characters. By default, the IsColorFontEnabled property is true and fonts with these additional layers are rendered in color.

Some glyphs in multi-color fonts have different layout metrics when rendered in color.

-examples

-see-also