pixijs / pixi-haxe

Externs of Pixi.js for Haxe
http://www.pixijs.com
MIT License
180 stars 65 forks source link

TextMetrics width/height properties #156

Closed dyarosla closed 5 years ago

dyarosla commented 6 years ago

Should TextMetrics expose width and height values (and more?)?

http://pixijs.download/dev/docs/PIXI.TextMetrics.html

measureText() returns a TextMetrics object with width/height values, but the TextMetrics class doesn't expose those values.

https://github.com/pixijs/pixi-haxe/commits/dev/src/pixi/core/text/TextMetrics.hx

Should add in var width:Float, var height:Float, etc.

notboring commented 5 years ago

See #164