From be39fd96344ee1f4f85ac5c63b4e5f9daf6e5171 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 31 Oct 2023 15:24:11 +0200 Subject: GlyphInfo type. Some new text and core functions. --- changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'changelog') diff --git a/changelog b/changelog index 3aa2b08..1afa553 100644 --- a/changelog +++ b/changelog @@ -12,6 +12,9 @@ KEY CHANGES: - ADDED: Shaders management functions. - ADDED: Compute shader management and Buffer management. - ADDED: More RLGL Initialization functions. + - ADDED: GlyphInfo type. + - ADDED: DrawTextEx. + - CHANGED: DrawText is now DrawTextEx like in Raylib. DETAILED CHANGES: - CHANGED: GenImageColor now takes Vector2 as size. @@ -26,6 +29,9 @@ DETAILED CHANGES: - ADDED: UnloadBuffer. - ADDED: GetMaterialDefault returns lightuserdata reference to default material. - REMOVED: Some examples. + - ADDED: DrawTextCodepoint and DrawTextCodepoints. + - ADDED: GetGlyphIndex, GetGlyphInfo and GetGlyphAtlasRec. + - ADDED: SetWindowIcons, SetWindowOpacity and GetWindowHandle. ------------------------------------------------------------------------ Release: ReiLua version 0.5.0 Using Raylib 4.5 -- cgit v1.2.3