praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
706 stars 133 forks source link

Treat Font.Size in points for Android platform #67

Closed alexshikov closed 6 years ago

alexshikov commented 7 years ago

Font.Size converted to pixels by multiplying on display density value

Fix of #65

praeclarum commented 6 years ago

Thank you!