summaryrefslogtreecommitdiff
path: root/scene/resources/dynamic_font.cpp
AgeCommit message (Expand)Author
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-07Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde
2020-01-21Allow greater values for DynamicFont size propertyRémi Verschelde
2020-01-20Destroys FreeType library on load errorHaoyu Qiu
2020-01-15Fix typos with codespellRémi Verschelde
2020-01-07Update size and position for colored font with oversamplingvolzhs
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Fixes crash when using DynamicFont::set_font_dataHaoyu Qiu
2019-09-29fix dynamic font crash if no available font sizeRodolfo Ribeiro Gomes
2019-09-25Added some obvious errors explanationsqarmin
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-05-02Add a property hint for DynamicFont sizeHugo Locurcio
2019-01-23Fix warning when setting out of range outline_sizeMarcin Zawiejski
2019-01-05Fix font kerningvolzhs
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-19Fix colored font rendered in wrong sizevolzhs
2018-11-10Add a property to control DynamicFont anti-aliasingHugo Locurcio
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-20Moved dynamic font list from static to lifetime controlled by main.Ibrahn Sahir
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-03Fix fallback font oversampling.Akeru
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24missed outline size in previous commitJuan Linietsky
2018-08-24Initalize font size to 16, closes #21165Juan Linietsky
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-06-29Fix the DynamicFont hinting setting being ineffectiveHugo Locurcio
2018-05-14Ceil char width within Label instead of FontRuslan Mustakov
2018-05-11Update oversampling of outlines after window size changeRuslan Mustakov
2018-05-08Always emit dynamic font change in update_oversamplingRuslan Mustakov
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
2018-03-14Ceil dynamic font glyph sizeRuslan Mustakov
2018-02-28Add an hinting mode setting to DynamicFontsHugo Locurcio
2018-02-19Merge pull request #15780 from volzhs/emojiRémi Verschelde
2018-01-21I have no idea why this commit fixes #15392Juan Linietsky
2018-01-16Support colored fontvolzhs
2018-01-08Two potential glitches in font oversamplingBernhard Liebl
2018-01-07Fix stale dynamic font reference fetch from cacheBernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-19Make dynamic font oversampling fully dynamic.Juan Linietsky
2017-12-19Added font oversampling supportJuan Linietsky