Преглед изворни кода

Added constant MAX_GLYPHS for autoscanning all possible glyphs

Added constant MAX_GLYPHS for autoscanning all possible glyphs
pull/4632/head
Mikhail Ilyin пре 1 година
committed by GitHub
родитељ
комит
64c8a0f3bd
No known key found for this signature in database GPG Key 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…
Откажи
Сачувај