summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fontcache.h b/src/fontcache.h
index 8caf4f1bd..8d66ed366 100644
--- a/src/fontcache.h
+++ b/src/fontcache.h
@@ -143,6 +143,11 @@ public:
{
return this->parent != NULL;
}
+
+ /**
+ * Is this a built-in sprite font?
+ */
+ virtual bool IsBuiltInFont() = 0;
};
/** Get the SpriteID mapped to the given font size and key */