瀏覽代碼

Fix #4529

pull/4531/head
Ray 3 週之前
父節點
當前提交
da6fa1d756
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/rtext.c

+ 1
- 0
src/rtext.c 查看文件

@ -1339,6 +1339,7 @@ Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing
int GetGlyphIndex(Font font, int codepoint)
{
int index = 0;
if (!IsFontValid(font)) return index;
#define SUPPORT_UNORDERED_CHARSET
#if defined(SUPPORT_UNORDERED_CHARSET)

Loading…
取消
儲存