aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/dynamic_font.cpp
Commit message (Expand)AuthorAgeFilesLines
* DynamicFont caches now accounts for texture flagsZher Huei Lee2016-08-021-56/+50
* Added extra spacing support for DynamicFontZher Huei Lee2016-08-021-5/+57
* Added texture mipmaps and filtering to DynamicFontZher Huei Lee2016-08-021-7/+73
* Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-081-1/+1
* Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky2016-06-221-2/+2
* Merge pull request #5259 from neikeq/pr-textedit-zoomRémi Verschelde2016-06-191-1/+1
|\
| * TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry2016-06-181-1/+1
* | DynamicFontData can be built-in (will still link to a ttf though), closes #4600Juan Linietsky2016-06-181-0/+11
* | Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
|/
* fix crash when clearing dynamicfontdata, closes #4877Juan Linietsky2016-06-131-1/+5
* Some cleanup to GDScriptJuan Linietsky2016-05-311-0/+8
* changed font system to use fallbacksJuan Linietsky2016-05-301-31/+254
* Finalized DynamicFont implementationJuan Linietsky2016-05-291-121/+180
* Fix crash in dynamic fontsanikoyes2016-05-031-0/+4
* Support for dynamic fonts (TTF)Juan Linietsky2016-05-011-0/+519