Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个需要使用自定义字体的 mac 应用程序。CTFontManagerRegisterFontsForURL字体是使用函数加载的。每次应用程序开始运行时都会加载字体。
CTFontManagerRegisterFontsForURL
无论如何只加载一次字体,然后简单地以编程方式使用它?
kCTFontManagerScopeUser将参数传递给CTFontManagerRegisterFontsForURL函数,将使字体在后续会话中可用。
kCTFontManagerScopeUser