Why FontStretch does not work in WPF?
Posted
by marco.ragogna
on Stack Overflow
See other posts from Stack Overflow
or by marco.ragogna
Published on 2010-06-01T08:38:23Z
Indexed on
2010/06/01
8:43 UTC
Read the original article
Hit count: 1415
I am trying setting FontStretch property on a TextBlock in WPF but it seems that it does not work. I tried Expanded, Condensed, etc. but the text appearance does not change.
I am working on Windows XP with Framework 4.0 and tested both with Verdana and Arial.
Does it work only on Windows 7 or only with some specific fonts?
© Stack Overflow or respective owner