godot/doc
Maganty Rushyendra a4413710f9 Expose get_char_size() from Font instead of BitmapFont
`get_char_size()` is a public virtual function defined in the `Font`
class. Implementations exist for both `BitmapFont` and `Dynamic Font`.
However, it was only exposed to the GDScript API through the Bitmap
Font, and not for Dynamic Font.

This commit exposes the function through `Font` instead.

Fixes #23967
2020-05-27 17:28:23 +08:00
..
classes Expose get_char_size() from Font instead of BitmapFont 2020-05-27 17:28:23 +08:00
tools Merge pull request #36960 from pycbouh/docs-improve-shortcuts 2020-04-29 09:40:52 +02:00
translations Update game controller enums. 2020-05-13 10:33:32 +01:00
Doxyfile
Makefile SCons: Drop support for Python 2 2020-03-25 15:25:37 +01:00