summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontcache.h b/src/fontcache.h
index 716b3e7d7..4c44876da 100644
--- a/src/fontcache.h
+++ b/src/fontcache.h
@@ -217,7 +217,7 @@ struct FreeTypeSubSetting {
uint size; ///< The (requested) size of the font.
bool aa; ///< Whether to do anti aliasing or not.
- const void *os_handle = nullptr; ///< Optional native OS font info.
+ const void *os_handle = nullptr; ///< Optional native OS font info. Only valid during font search.
};
/** Settings for the freetype fonts. */