# ProjectCapabilityManager.FontsOptions

> The list of options available for the Fonts capability. For more information, refer to Configuring custom fonts (Apple Developer).

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.iOS.Xcode](/engine/6000.3/script-reference/unityeditor/ios/xcode.md)
* **Assembly:** UnityEditor.iOS.Extensions.Xcode

```csharp
[Flags]
public enum ProjectCapabilityManager.FontsOptions
```

## Fields

| Value                                                                                                                                 | Description                                          |
| ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [InstallFonts](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/fontsoptions/installfonts.md)           | Use this flag to set the Install Fonts option.       |
| [None](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/fontsoptions/none.md)                           | Use this flag when custom fonts aren't necessary.    |
| [UseInstalledFonts](/engine/6000.3/script-reference/unityeditor/ios/xcode/projectcapabilitymanager/fontsoptions/useinstalledfonts.md) | Use this flag to set the Use Installed Fonts option. |
