Hi All,
I was trying to create an Universal Windows class library for the functionality to Measure a text with the specified font details. I can achieve this in other platform which supports System.Drawing functionality of GDI. In my research, I found Universal Windows doesn't have support for System.Drawing namespaces. Let me know on how can I measure the text in Universal Windows class library as equivalent to the values of System.Drawing.Graphics.MeasureString()?
Thanks