Text codepoints management functions.

This commit is contained in:
jussi
2024-01-28 13:10:18 +02:00
parent 3b3d0ad32e
commit 71cc89c303
6 changed files with 262 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ KEY CHANGES:
- CHANGE: GuiTabBar works differently to raygui implementation.
- CHANGE: Raygui lib refactoring.
- ADDED: Raygui lib extensions property list.
- ADDED: Text codepoints management functions.
DETAILED CHANGES:
- REMOVED: DrawLineBezierQuad, DrawLineBezierCubic.
@@ -63,6 +64,7 @@ DETAILED CHANGES:
- CHANGE: Raygui.h returns textBounds for some controls.
- CHANGE: Raygui lib changed term element to control to correspond raylib naming.
- ADDED: LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.
- CHANGE: GetGlyphInfo and GetGlyphInfoByIndex return glyphInfo as lightuserdata.
------------------------------------------------------------------------
Release: ReiLua version 0.6.0 Using Raylib 4.5