Files
raylib/src
raysan5 621a8766a8 WARNING: BREAKING: Renamed CharInfo to GlyphInfo and more...
This commit introduces some breaking changes for library consistency, hopefully not too dramatic... Here the full list:
 - RENAMED: struct `CharInfo` to `GlyphInfo`, actually that's the correct naming for the data contained. It contains the character glyph metrics and the glyph image; in the past it also contained rectangle within the font atlas but that data has been moved to `Font` struct directly, so, `GlyphInfo` is a more correct name.
 - RENAMED: `CodepointToUtf8()` to `CodepointToUTF8()`, capitalization of UTF-8 is the correct form, it would also require de hyphen but it can be omitted in this case.
 - RENAMED: `TextToUtf8()` to `TextCodepointsToUTF8` for consistency and more detail on the functionality.
 - ADDED: `GetGlyphInfo()` to get glyph info for a specific codepoint
 - ADDED: `GetGlyphAtlasRec()` to get glyph rectangle within the generated font atlas
 - Some additional tweaks for consistency
2021-08-11 21:16:39 +02:00
..
2021-05-31 12:27:26 +02:00
2021-07-31 19:46:44 +02:00
2021-06-10 17:43:58 +02:00
2021-08-08 13:23:04 +02:00
2021-07-30 13:45:01 +02:00
2021-04-09 00:20:43 +02:00
2021-04-09 00:20:43 +02:00
2018-09-26 16:02:42 +02:00
2021-04-09 00:20:43 +02:00
2021-04-09 00:20:43 +02:00
2021-08-08 21:09:11 +02:00
2021-01-02 18:15:13 +01:00
2021-07-31 19:58:30 +02:00
2021-05-12 19:51:29 +02:00