FontDescriptor.FontDescriptor
Contents
[
Hide
]FontDescriptor(string, float)
Initializes a new instance of the FontDescriptor
class with the specified font family and size.
public FontDescriptor(string fontFamily, float size)
Parameter | Type | Description |
---|---|---|
fontFamily | String | Name of the font family. |
size | Single | Size of the font. |
See Also
- class FontDescriptor
- namespace Aspose.Tasks.Visualization
- assembly Aspose.Tasks
FontDescriptor(string, float, FontStyles)
Initializes a new instance of the FontDescriptor
class with the specified font family, size and style.
public FontDescriptor(string fontFamily, float size, FontStyles style)
Parameter | Type | Description |
---|---|---|
fontFamily | String | Name of the font family. |
size | Single | Size of the font. |
style | FontStyles | Style of the font. |
See Also
- enum FontStyles
- class FontDescriptor
- namespace Aspose.Tasks.Visualization
- assembly Aspose.Tasks
FontDescriptor(FontDescriptor, FontStyles)
Initializes a new instance of the FontDescriptor
class with the specified font and style.
public FontDescriptor(FontDescriptor font, FontStyles style)
Parameter | Type | Description |
---|---|---|
font | FontDescriptor | Instance of FontDescriptor to copy. |
style | FontStyles | Style of the font. |
See Also
- enum FontStyles
- class FontDescriptor
- namespace Aspose.Tasks.Visualization
- assembly Aspose.Tasks