aboutsummaryrefslogtreecommitdiff
path: root/src/text.c
AgeCommit message (Expand)Author
2018-07-15Reviewed LoadFontData() and GenImageFontAtlas()Ray
2018-07-05Corrected issue with GetFontDefault()raysan5
2018-07-05Renamed GetDefaultFont() to GetFontDefault()raysan5
2018-06-30Re-added: LoadFontEx()Ray
2018-06-21Improved GenImageFontAtlas()Ray
2018-06-20Improved font generation and SDFRay
2018-05-21Corrected possible memory leakraysan5
2018-05-20Some code review (mainly comments)raysan5
2018-05-17Header tweak and commentsRay
2018-05-04BREAKING CHANGE: Renamed SpriteFont type to FontRay San
2018-05-04Rectangle parameters changed to floatRay San
2018-04-07Refactor all #define SUPPORT_* into a config.hAhmad Fatoum
2018-02-25Don't exceed signed int range when shifting leftAhmad Fatoum
2018-02-25Fix possible buffer overflow in LoadBMFontAhmad Fatoum
2018-02-18Support UTF8 basic characters on ImageTextEx()raysan5
2018-02-12Avoid rendering SPACE character!Ray
2018-01-28Corrected several issues...Ray
2017-12-20Updated copyright yearRay San
2017-12-14proper if-clauses for disabling functionality in text.cuser
2017-12-11Remove rres supportRay
2017-11-02Some code tweaks...Ray San
2017-10-25Corrected issue with ttf font y-offsetRay
2017-08-27Added function DrawRectangleGradientEx()raysan5
2017-08-06Added function DrawRectangleT()raysan5
2017-07-02Rename enum LogType names...raysan5
2017-05-09Corrected issue #281Ray
2017-04-22Renamed function for lib consistencyraysan5
2017-04-21Make TraceLog() public to the APIRay
2017-04-04Minor code tweaksRay
2017-03-29Added IsFileExtension()Ray
2017-03-29Remove RBMF fileformat supportRay
2017-03-26Work on configuration flagsRay
2017-03-21text: configuration flagsRay
2017-03-20Review some commentsRay
2017-03-05Work on timming functions...raysan5
2017-02-16Improved modules description -IN PROGRESS-Ray
2017-02-11Reviewed fread() usage around the coderaysan5
2017-02-06Commented code for reviewRay
2017-02-05Refactor SpriteFont structraysan5
2017-01-28Remove unecessary spaces...Ray
2017-01-28Implemented Wait()Ray
2017-01-15Removed GetNextPOT(), review TraceLog()raysan5
2016-12-27Review some formatting and namingraysan5
2016-12-25Review comments and formattingraysan5
2016-12-05Corrected some warningsRay
2016-11-21Corrected bug with alpha mask on fontraysan5
2016-11-16Reviewed modules commentsraysan5
2016-11-13Improved text measurementRay
2016-11-03Corrected issue on chars drawingraysan5
2016-11-01Support unordered charset, neither fixed first charraysan5