Renamed GetDefaultFont() to GetFontDefault()

Library consistency rename... yes, I know, it breaks the API...
This commit is contained in:
raysan5
2018-07-05 19:08:24 +02:00
parent 1f1d8eeeeb
commit d881c73257
5 changed files with 32 additions and 31 deletions

View File

@ -88,6 +88,7 @@ Detailed changes:
[text] ADDED: LoadFontData() to load data from TTF file
[text] REMOVED: LoadTTF() internal function
[text] REVIEWED: DrawTextEx() - avoid rendering SPACE character!
[text] RENAMED: GetDefaultFont() to GetFontDefault()
[rlgl] ADDED: rlCheckBufferLimit()
[rlgl] ADDED: LoadShaderCode()
[rlgl] ADDED: GetMatrixModelview()