darthdeus / comfy

Comfy is a fun 2D game engine built in Rust. It's designed to be opinionated, productive, and easy to use.
https://comfyengine.org
Apache License 2.0
717 stars 35 forks source link

Make font handle internal id public #78

Closed setzer22 closed 9 months ago

setzer22 commented 9 months ago

Make inner id of FontHandle public, to align it with all other handle / id types. I used a similar docstring to the one in ShaderId.