ProjectCapabilityManager.FontsOptions
The list of options available for the Fonts capability. For more information, refer to Configuring custom fonts (Apple Developer).
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
[Flags]public enum ProjectCapabilityManager.FontsOptions
Fields
Value | Description |
|---|---|
| InstallFonts | Use this flag to set the Install Fonts option. |
| None | Use this flag when custom fonts aren't necessary. |
| UseInstalledFonts | Use this flag to set the Use Installed Fonts option. |