Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Use grayscale antialiasing #52

Open
BelikovSergey opened this issue Nov 29, 2017 · 1 comment
Open

Use grayscale antialiasing #52

BelikovSergey opened this issue Nov 29, 2017 · 1 comment

Comments

@BelikovSergey
Copy link

Hi!

I notice that it uses ClearType (colored) antialiasing to render icons. Which is good for text, but bad for icons. Is there a way to use grayscale antialiasing?
cleartype

@chucker
Copy link

chucker commented Oct 25, 2019

If you use <FontAwesome> as the control, then you can set TextOptions.TextRenderingMode="Grayscale". (There doesn't appear to be an equivalent for <ImageAwesome>.)

For example:

<fa5:FontAwesome Icon="Solid_History" FontSize="16" 
                 TextOptions.TextRenderingMode="Grayscale" TextOptions.TextFormattingMode="Ideal" />

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants