1

Is there a way of changing the Character Spacing on Windows Phone 7?

if there is no built in way, has somebody made a control?

hqt
  • 29,632
  • 51
  • 171
  • 250
Madu Alikor
  • 2,544
  • 4
  • 21
  • 36
  • possible duplicate: http://stackoverflow.com/questions/6158199/how-to-change-character-spacing-in-xaml-in-a-textbox – argh Feb 26 '12 at 20:05
  • they are related questions but i'm talking about Windows Phone 7 application and that question was talking about WPF – Madu Alikor Feb 27 '12 at 18:11
  • Since silverlight is a subset of WPF this should be kinda related - if there is no such option, then it's just not available in this form in SL – argh Mar 02 '12 at 11:41

1 Answers1

0

You could use FontStretch, or transform your TextBlock to suit your needs.

abhinav
  • 3,199
  • 2
  • 21
  • 25