summaryrefslogtreecommitdiff
path: root/editor/plugins/font_config_plugin.cpp
AgeCommit message (Collapse)Author
2022-08-18Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov
2022-07-29Fix font preview plugin not using editor scale.bruvzg
2022-07-29Remove Signal connect bindsJuan Linietsky
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind()
2022-07-26Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg