> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.AvailableFont

# <a id="SuperOffice_WebApi_Data_AvailableFont" /> Class AvailableFont

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for AvailableFont.
Carrier for a font that is available for external use.

```csharp theme={null}
public class AvailableFont : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[AvailableFont](SuperOffice.WebApi.Data.AvailableFont.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_AvailableFont__ctor" /> AvailableFont()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public AvailableFont()
```

## Properties

### <a id="SuperOffice_WebApi_Data_AvailableFont_AvailableFontsId" /> AvailableFontsId

Primary key

```csharp theme={null}
public virtual int AvailableFontsId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_AvailableFont_CssPath" /> CssPath

The path to the CSS for the font

```csharp theme={null}
public virtual string CssPath { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AvailableFont_Deleted" /> Deleted

True if font is deleted from available fonts

```csharp theme={null}
public virtual bool Deleted { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_AvailableFont_DisplayName" /> DisplayName

The display name of the font

```csharp theme={null}
public virtual string DisplayName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AvailableFont_FontFamily" /> FontFamily

The font family name

```csharp theme={null}
public virtual string FontFamily { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_AvailableFont_Rank" /> Rank

The rank of the font in the list

```csharp theme={null}
public virtual int Rank { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

## See Also

[MarketingAgent](SuperOffice.WebApi.Agents.MarketingAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.Marketing SaveAvailableFontRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_SaveAvailableFontRequest.md)
- [SuperOffice.WebApi.Agents.IMarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMarketingAgent.md)
- [SuperOffice.WebApi.Agents.MarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MarketingAgent.md)
- [SuperOffice.WebApi.Data.Marketing DeleteAvailableFontRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_DeleteAvailableFontRequest.md)
- [SuperOffice.WebApi.Data.Marketing GetAvailableFontRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_GetAvailableFontRequest.md)
- [SuperOffice.WebApi.Data.Marketing CreateDefaultAvailableFontRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_CreateDefaultAvailableFontRequest.md)
