0

How do I draw text using a custom fornt in C# in a Windows 8.1 Store App?

I used to do it with drawingContext.DrawText with System.Windows.Media.Typeface in my XAML applications.

Thank you!

Gerhard Powell
  • 5,965
  • 5
  • 48
  • 59

1 Answers1

0

I see that there are three control options I can use: Textbox, TextBlock and Label.

For my application it looks like TextBlock will be the most suitable because it is lite weight and it is very customizable.

Textblock vs Label

Textblock vs Textbox

Community
  • 1
  • 1
Gerhard Powell
  • 5,965
  • 5
  • 48
  • 59