curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler

Home Page:https://h5.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for the advanced text metrics api.

IceReaper opened this issue · comments

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.

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 :)