summaryrefslogtreecommitdiffstats
path: root/scene/resources/dynamic_font.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when setting out of range outline_sizeMarcin Zawiejski2019-01-231-1/+1
* Fix font kerningvolzhs2019-01-051-16/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix colored font rendered in wrong sizevolzhs2018-12-191-1/+1
* Add a property to control DynamicFont anti-aliasingHugo Locurcio2018-11-101-1/+17
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-4/+4
* Moved dynamic font list from static to lifetime controlled by main.Ibrahn Sahir2018-10-201-9/+11
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-2/+2
* Fix fallback font oversampling.Akeru2018-10-031-0/+11
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* missed outline size in previous commitJuan Linietsky2018-08-241-0/+1
* Initalize font size to 16, closes #21165Juan Linietsky2018-08-241-0/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-12/+12
* Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-2/+2
* Fix the DynamicFont hinting setting being ineffectiveHugo Locurcio2018-06-291-1/+1
* Ceil char width within Label instead of FontRuslan Mustakov2018-05-141-2/+0
* Update oversampling of outlines after window size changeRuslan Mustakov2018-05-111-0/+5
* Always emit dynamic font change in update_oversamplingRuslan Mustakov2018-05-081-9/+6
* Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov2018-05-081-239/+278
* Ceil dynamic font glyph sizeRuslan Mustakov2018-03-141-0/+3
* Add an hinting mode setting to DynamicFontsHugo Locurcio2018-02-281-10/+37
* Merge pull request #15780 from volzhs/emojiRémi Verschelde2018-02-191-21/+57
|\
| * Support colored fontvolzhs2018-01-161-21/+57
* | I have no idea why this commit fixes #15392Juan Linietsky2018-01-211-8/+3
|/
* Two potential glitches in font oversamplingBernhard Liebl2018-01-081-1/+14
* Fix stale dynamic font reference fetch from cacheBernhard Liebl2018-01-071-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Make dynamic font oversampling fully dynamic.Juan Linietsky2017-12-191-1/+53
* Added font oversampling supportJuan Linietsky2017-12-191-13/+19
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-091-1/+1
* Merge pull request #11365 from leezh/freetype_monoRémi Verschelde2017-09-211-2/+17
|\
| * Added support for FT_PIXEL_MODE_MONO in FreeTypeZher Huei Lee2017-09-191-2/+17
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+4
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-171-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-5/+5
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-5/+5
* Several changes to better run in mobile.Juan Linietsky2017-07-221-2/+2
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Cache DynamicFont resource for Androidvolzhs2017-03-241-1/+25
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-375/+327
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-17/+17
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-9/+9
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1