summaryrefslogtreecommitdiff
path: root/thirdparty/fonts
AgeCommit message (Collapse)Author
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to ↵bruvzg
use Text Server interface. Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows.
2020-11-26[Complex Text Layouts] Implement TextServer interface. Implement Fallback ↵bruvzg
TextServer.
2018-08-30Add Hindi font for editorvolzhs
2018-05-07Merge pull request #18113 from toger5/bold_fontJuan Linietsky
added bold font to editor (support for coustom bold font)
2018-04-19added bold font to editor (support for coustom bold font)toger5
2018-04-11Update Hack font to v3.003Hugo Locurcio
2017-12-15Update Hack font to version 3.000Hugo Locurcio
2017-09-17Changed Mononoki font to Hack fontDaniel J. Ramirez
2017-09-14Changed source font to Mononoki.Daniel J. Ramirez
2017-08-31Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thaivolzhs
2017-08-31Update source code pro font to 2.030volzhs
2017-02-09Reorder the folders in tools to prepare moving tools/editorRémi Verschelde
- `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.