openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
759 stars 371 forks source link

Take const char pointers in lime::Font methods #1671

Closed tobil4sk closed 1 year ago

tobil4sk commented 1 year ago

Makes it clear that the string won't be modified, and avoids needing to cast away const when passing const char pointers into these methods.