提问人:samdavydov 提问时间:10/17/2023 更新时间:10/17/2023 访问量:28
使用公共 API 确定字体是否在 macOS 上作为系统字体
Determine if font as a system font on macOS using public API
问:
macOs API 中有两个私有的未记录函数,用于确定字体是否为系统字体。
CTFontIsSystemUIFont(CTFontRef);
CTFontDescriptorIsSystemUIFont();
是否有任何记录在案的公共功能,比如?bool isSystemFont(CTFontRef)
答: 暂无答案
评论