ashifolfi / Godot-RmlUi

(WIP) A GDExtension for RmlUi in Godot via the Canvas/Control node system.
MIT License
3 stars 1 forks source link

[FEATURE] Godot Font System integration #4

Open ashifolfi opened 4 months ago

ashifolfi commented 4 months ago

Currently freetype is used for the font engine, ideally we should be using the font system in Godot to allow for font resources to be shared with RmlUi and Godot's own Control nodes.

ashifolfi commented 4 months ago

I actually already started on this. if you notice the new build setup removes freetype and there's a base stub of a font engine interface.

That's also why it crashes on startup now. There's no font engine setup in RmlUi so it crashes trying to access it.