aboutsummaryrefslogtreecommitdiff
path: root/tools/editor_fonts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-099-107/+0
| | | | | | | | | - `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
* Fonts: add missing license informationRémi Verschelde2016-07-162-0/+107
| | | | Droid Sans is under Apache 2.0, Source Code Pro under SIL OFL 1.1.
* changed font system to use fallbacksJuan Linietsky2016-05-307-0/+0
| | | | this way more than 64k characters can be used
* Finalized DynamicFont implementationJuan Linietsky2016-05-292-0/+0
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this