curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
211 stars 30 forks source link

Support for the advanced text metrics api. #34

Closed IceReaper closed 3 years ago

IceReaper commented 3 years ago

Basically for our renderer, we need support for this api: https://developer.mozilla.org/en-US/docs/Web/API/TextMetrics Sadly, using measureText, H5 only knows about the "width" property.

theolivenbaum commented 3 years ago

just pushed the missing properties - should be in the next nuget package in a few minutes. If you find anything else missing just open a new issue, these are usually easy to fix :)