Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pixel fonts in Silverlight 4

Is there a way to render pixel fonts correctly in Silverlight 4? Without breaking text into paths or some sort of manual rendering because the text is dependent on data binding. Tweaks with UseLayoutRounding and .5px positioning shifting don't work. alt text

like image 751
Konstantin Tarkus Avatar asked Aug 25 '10 15:08

Konstantin Tarkus


People also ask

What is the pixel font called?

Pixel fonts, often known as screen or bitmap fonts, are made out of little square shapes known as pixels. It shows letters in basic blocks rather than complicated curves, as most regular fonts do.


1 Answers

Just have created a custom TextBlock control which renders text with a pixel font and anti-aliasing turned off.

Pixel Fonts for Silverlight

like image 160
Konstantin Tarkus Avatar answered Sep 23 '22 02:09

Konstantin Tarkus