TextFont.Implicit(String to TextFont) Operator
Defines an implicit conversion of a string to a TextFont object.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| typeface | String | A string that specifies the typeface of the font. |
Returns
| Type | Description |
|---|---|
| TextFont | The |
See Also