mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
REVIEWED: Webpage reference comments starting with REF:, more consistent with TODO: and NOTE: comments
This commit is contained in:
@ -167,7 +167,7 @@ extern void LoadFontDefault(void)
|
||||
if (defaultFont.glyphs != NULL) return;
|
||||
|
||||
// NOTE: Using UTF-8 encoding table for Unicode U+0000..U+00FF Basic Latin + Latin-1 Supplement
|
||||
// Ref: http://www.utf8-chartable.de/unicode-utf8-table.pl
|
||||
// REF: http://www.utf8-chartable.de/unicode-utf8-table.pl
|
||||
|
||||
defaultFont.glyphCount = 224; // Number of glyphs included in our default font
|
||||
defaultFont.glyphPadding = 0; // Characters padding
|
||||
|
||||
Reference in New Issue
Block a user