We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be08daf commit 19cc54aCopy full SHA for 19cc54a
1 file changed
src/tcUnicodeHelper.cpp
@@ -28,7 +28,9 @@ Coord UnicodeFontHandler::textExtents(const char *text, int *baseline, bool prog
28
return Coord((int)xExtentCurrent, getYAdvance());
29
}
30
31
+#ifndef internal_max
32
#define internal_max(a, b) ((a) < (b) ? (b) : (a));
33
+#endif // internal_max
34
35
void UnicodeFontHandler::writeUnicode(uint32_t unicodeText) {
36
// make sure it's printable.
0 commit comments