Kaynağa Gözat
Added constant MAX_GLYPHS for autoscanning all possible glyphs
Added constant MAX_GLYPHS for autoscanning all possible glyphs
pull/4632/head
Mikhail Ilyin
3 ay önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
64c8a0f3bd
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile
1 ekleme ve
0 silme
-
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 |
|
|
|