Kaynağa Gözat

Fix #4529

pull/4531/head
Ray 3 hafta önce
ebeveyn
işleme
da6fa1d756
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      src/rtext.c

+ 1
- 0
src/rtext.c Dosyayı Görüntüle

@ -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)

Yükleniyor…
İptal
Kaydet