Codechange: OS-specific data for font search is not used outside of searching.

This commit is contained in:
Michael Lutz
2021-01-04 15:20:34 +01:00
parent 84636fc2af
commit 2b0200d429
4 changed files with 2 additions and 9 deletions

View File

@@ -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. */