Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-18 | DynamicFontData can be built-in (will still link to a ttf though), closes #4600 | Juan Linietsky | |
2016-06-18 | Add missing license headers in our source files (#5255) | RĂ©mi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-05-30 | changed font system to use fallbacks | Juan Linietsky | |
this way more than 64k characters can be used | |||
2016-05-29 | Finalized DynamicFont implementation | Juan Linietsky | |
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | |||
2016-05-01 | Support for dynamic fonts (TTF) | Juan Linietsky | |
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required. |