godot/modules/text_server_fb
Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension
Non-exhaustive list of case-sensitive renames:

GDExtension -> GDNative
GDNATIVE -> GDEXTENSION
gdextension -> gdnative
ExtensionExtension ->Extension (for where there was GDNativeExtension)
EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION)
gdnlib -> gdextension
gdn_interface -> gde_interface
gdni -> gde_interface
2022-12-12 11:04:57 +01:00
..
doc_classes Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
gdextension_build Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
.gitignore Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
config.py Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
register_types.cpp Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
text_server_fb.cpp Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
text_server_fb.h Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
thorvg_bounds_iterator.cpp Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
thorvg_bounds_iterator.h Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
thorvg_svg_in_ot.cpp Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
thorvg_svg_in_ot.h Implement SVG in OT support. 2022-11-04 14:10:54 +02:00