initFontManager

initialize font manager - default implementation On win32 - first it tries to init freetype, and falls back to win32 fonts. On linux/mac - tries to init freetype with some hardcoded font paths

  1. bool initFontManager()
  2. bool initFontManager()
    version(!Windows)
    extern (C)
    static if(BACKEND_GUI)
    bool
    initFontManager
    ()

Meta