Reputation: 1402
I am creating Silver light Application.
My problem is that how to increase font size when i re-size Browser. Ex. Suppose my browser size is 1024 X 768 And all the control's having Font size is 11px.
When i Increase my screen resolution to 1366 X 768 then font size is also increased.
How to possible it?
Upvotes: 0
Views: 597
Reputation: 1442
I think You use RenderTransform and ScaleTransform for Scale your font.
you can use this link
Upvotes: 1