chky

Results 2 comments of chky

> I don't know if it would break anything. It is set like that to be closer to the [CommonMark spec](https://spec.commonmark.org/0.31.2/#example-141) where no lang mean there shouldn't be a class...

I managed to make it work by overwriting it with the PIXI V8 `measureText` method: ```ts TextMetrics.measureFont = function(font) { // as this method is used for preparing assets, don't...