aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/dynamic_font_stb.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵Juan Linietsky2016-06-221-2/+2
| | | | | | statically typed languages, should help in the Mono integration. Disabled by default.
* fix stb font property namessanikoyes2016-05-311-2/+2
|
* Finalized DynamicFont implementationJuan Linietsky2016-05-291-0/+527
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this