Esempio n. 1
0
    static void updateFontList()
    {
        EnsureFreetype();

        TTFTextFontListManager flm = TTFTextFontListManager.Instance;

        flm.UpdateAll(true);
    }