summaryrefslogtreecommitdiffhomepage
path: root/src/text.c
AgeCommit message (Expand)Author
2020-12-23Remove trailing spacesraysan5
2020-12-19Corrected DrawTextRecEx() bugRay
2020-12-19Support font chars padding on drawing #1432Ray
2020-12-18WARNING: RENAMED several functions for consistency #1440Ray
2020-12-14Added additional charsPadding initialization #1432Ray
2020-11-28ADDED: UnloadFontData()raysan5
2020-11-15Commented new featureraysan5
2020-11-15[text] Consider characters padding -WIP- #1432raysan5
2020-11-03Remove trailing spacesRay
2020-09-16Add security checks when loading data from memoryraysan5
2020-09-14Review memory loading functions signesnessRay
2020-09-13ADDED: LoadFontFromMemory() (TTF only) #1327Ray
2020-09-13WARNING: REDESIGNED: LoadFontData()Ray
2020-08-29DrawTextEx(): Minor tweakraysan5
2020-08-15Review issue with .fnt -> .png path #1351Ray
2020-06-02[examples] text_font_sdf - Corrected bugraysan5
2020-05-27Corrected bug on TextJoin()raysan5
2020-05-23Use RL_FREE() instead of free()raysan5
2020-05-23Replaced strncat() by memcpy() in some functionsraysan5
2020-05-22Avoid some warningsraysan5
2020-05-22Reviewed LoadBMFont() to load data from memory #1232raysan5
2020-05-14Remove some [textures] function dependenciesraysan5
2020-05-14TextToInteger() always exposedraysan5
2020-05-09Added [text] flag: SUPPORT_TEXT_MANIPULATIONraysan5
2020-05-09Reorganized texture functionsraysan5
2020-05-07Comment tweakraysan5
2020-05-06Avoid all MSVC compile warningsraysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-05Allow for empty replacement string (#1178)Benjamin Stigsen
2020-04-04TextReplace changes (#1172)Benjamin Stigsen
2020-04-02Fixed offset check in GenImageFontAtlas (#1171)SasLuca
2020-03-30Review formating and signegness issuesraysan5
2020-03-27Review TRACELOG() messagesraysan5
2020-03-27Corrected missing semicolonraysan5
2020-03-27[text] Review TRACELOG() messages, categorizedraysan5
2020-03-25Remove trail spacesraysan5
2020-03-25Fixed DrawTextRecEx() selection when wordwrap is ON (again) (#1149)Random
2020-03-17Added security check in case init fails #1135raysan5
2020-03-12[text] TextToUpper(): Added note on diacriticsRay
2020-03-04Remove commentRay
2020-02-27Tweak on variable initRay
2020-02-27Remove trail spaces and some tweaksRay
2020-02-27REDESIGNED: LoadFontEx()Ray
2020-02-26Remove trail spacesRay
2020-02-24Make sure current text buffer is empty #1109Ray
2020-02-19Improved GetFPS() calculation for averageRay
2020-02-17[text] TextLength() security checkRay
2020-02-12Reviewed Cppcheck issues #1098Ray
2020-02-09Corrected issue with toupper() usageraysan5
2020-02-06Review missing includeRay