- Joined
- Sep 9, 2017
- Messages
- 451
While looking at my font editor I noticed the following in graphics.cxs
text:string looks redundant or it not actually returning the max height (including offsets) for the individual letters
code_language.cerberus:
Method TextHeight:Float( text:String )
Return _height
End