ThemeFont.Implicit(String to ThemeFont) Operator
Implicitly converts a string to a ThemeFont object.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| latinFontName | String | A font name for Latin text. |
Returns
| Type | Description |
|---|---|
| ThemeFont | A ThemeFont object created with the specified Latin font name. |
See Also