godot/doc
Maganty Rushyendra 25af738762 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

(cherry picked from commit a4413710f9)
2020-06-04 12:09:39 +02:00
..
classes Expose get_char_size() from Font instead of BitmapFont 2020-06-04 12:09:39 +02:00
tools Add more verbosity for property overrides in RST documentation 2020-04-16 11:57:50 +02:00
Doxyfile
Makefile