3

Is it possible to reduce the letter spacing between characters in a text block?

Thank you

Thomas

Emond
  • 50,210
  • 11
  • 84
  • 115
Thomas Salandre
  • 817
  • 3
  • 14
  • 27
  • 1
    possible duplicate of [Character spacing Control for WP7 Silverlight](http://stackoverflow.com/questions/9441161/character-spacing-control-for-wp7-silverlight) – Emond May 04 '12 at 09:36

1 Answers1

1

It doesn't seem that kerning is supported on Windows Phone :-

http://social.msdn.microsoft.com/Forums/en/windowsphone7series/thread/5bd5c3c2-b9a0-4adf-a760-dab17abad157

A custom solution might be the following :-

http://blogs.msdn.com/b/danteg/archive/2009/02/27/a-silverlight-textblock-with-tracking-surely-you-jest.aspx

Paul Diston
  • 3,279
  • 1
  • 17
  • 20