瀏覽代碼

Added constant MAX_GLYPHS for autoscanning all possible glyphs

Added constant MAX_GLYPHS for autoscanning all possible glyphs
pull/4632/head
Mikhail Ilyin 3 月之前
committed by GitHub
父節點
當前提交
64c8a0f3bd
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/rtext.c

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

@ -115,6 +115,7 @@
#ifndef MAX_TEXTSPLIT_COUNT
#define MAX_TEXTSPLIT_COUNT 128 // Maximum number of substrings to split: TextSplit()
#endif
#define MAX_GLYPHS 65536 // Maximum number of glyphs in a font that need to be scanned
//----------------------------------------------------------------------------------
// Types and Structures Definition

Loading…
取消
儲存