summaryrefslogtreecommitdiff
path: root/Runtime/GUI/Font.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-03 13:29:01 +0800
committerchai <chaifix@163.com>2021-11-03 13:29:01 +0800
commit4428d0ac933482274d09862fd984ac8ede681f7c (patch)
tree45704fd105a2e71cc1e5de64576f95ebb245b050 /Runtime/GUI/Font.h
parent5cd2e2299f98065fa06c192df4dfb2c014b2b253 (diff)
*font space
Diffstat (limited to 'Runtime/GUI/Font.h')
-rw-r--r--Runtime/GUI/Font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Runtime/GUI/Font.h b/Runtime/GUI/Font.h
index 8e55395..067a364 100644
--- a/Runtime/GUI/Font.h
+++ b/Runtime/GUI/Font.h
@@ -93,6 +93,8 @@ enum EEncoding
Encoding_UTF16,
};
+#define FONT_NOT_IN_ATLAS_PLACEHOLDER (INT_MAX)
+
// µ¥¸ö×ÖÌå
class Font : public LuaBind::NativeClass<Font>
{