summaryrefslogtreecommitdiffstats
path: root/scene/resources/dynamic_font.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1156/+0
* Update scene/resources/dynamic_font.cppJuan Linietsky2020-10-281-0/+2
* Implement CanvasGroup and CanvasItem clippingreduz2020-10-281-2/+13
* Refactored 2D shader and lighting systemreduz2020-10-241-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-8/+8
* Add DynamicFont::get_available_chars()Pedro J. Estébanez2020-07-201-0/+36
* Disable antialiasing on the DynamicFont outline as well when requestedHugo Locurcio2020-05-281-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-38/+75
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-64/+0
* Use underline position and thickness value in font filevolzhs2020-04-291-0/+28
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-9/+9
* Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-0/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-6/+6
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-35/+24
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-111-52/+2
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-1/+4
* Allow greater values for DynamicFont size propertyRémi Verschelde2020-01-211-2/+2
* Destroys FreeType library on load errorHaoyu Qiu2020-01-201-2/+9
* Fix typos with codespellRémi Verschelde2020-01-151-1/+1
* Update size and position for colored font with oversamplingvolzhs2020-01-071-4/+18
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixes crash when using DynamicFont::set_font_dataHaoyu Qiu2019-12-101-0/+1
* fix dynamic font crash if no available font sizeRodolfo Ribeiro Gomes2019-09-291-1/+1
* Added some obvious errors explanationsqarmin2019-09-251-6/+5
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-8/+0
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-8/+5
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-1/+1
* Add a property hint for DynamicFont sizeHugo Locurcio2019-05-021-1/+1
* 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