[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions.

This commit is contained in:
bruvzg
2022-09-27 11:23:34 +03:00
parent 92bcd3c01d
commit 8f5d56e04a
12 changed files with 1677 additions and 1790 deletions

View File

@@ -1565,6 +1565,8 @@
<constant name="FONT_LCD_SUBPIXEL_LAYOUT_VBGR" value="4" enum="FontLCDSubpixelLayout">
Vertical BGR sub-pixel layout.
</constant>
<constant name="FONT_LCD_SUBPIXEL_LAYOUT_MAX" value="5" enum="FontLCDSubpixelLayout">
</constant>
<constant name="DIRECTION_AUTO" value="0" enum="Direction">
Text direction is determined based on contents and current locale.
</constant>