godot/modules/text_server_fb
bruvzg ecec415988
Use system fonts as fallback and improve system font handling.
Add support for font weight and stretch selection when using system fonts.
Add function to get system fallback font from a font name, style, text, and language code.
Implement system font support for Android.
Use system fonts as a last resort fallback.
2022-12-04 18:44:20 +02: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
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02: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