summaryrefslogtreecommitdiff
path: root/Runtime/GUI/Font.h
diff options
context:
space:
mode:
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>
{