TextStyle.TextStyle
Contenido
[
Ocultar
]TextStyle()
Inicializa una nueva instancia delTextStyle
clase con configuración predeterminada.
public TextStyle()
Ver también
- class TextStyle
- espacio de nombres Aspose.Tasks.Visualization
- asamblea Aspose.Tasks
TextStyle(float, FontStyles)
Inicializa una nueva instancia delTextStyle
class con la fuente predeterminada y el tamaño y estilo de fuente especificados.
public TextStyle(float fontSize, FontStyles fontStyle)
Parámetro | Escribe | Descripción |
---|---|---|
fontSize | Single | Tamaño de fuente de TextStyle. |
fontStyle | FontStyles | Estilo de fuente de TextStyle. |
Ver también
- enum FontStyles
- class TextStyle
- espacio de nombres Aspose.Tasks.Visualization
- asamblea Aspose.Tasks
TextStyle(FontStyles)
Inicializa una nueva instancia delTextStyle
clase con la fuente predeterminada y el estilo de fuente especificado.
public TextStyle(FontStyles fontStyle)
Parámetro | Escribe | Descripción |
---|---|---|
fontStyle | FontStyles | Estilo de fuente para aplicar a la fuente predeterminada. |
Ver también
- enum FontStyles
- class TextStyle
- espacio de nombres Aspose.Tasks.Visualization
- asamblea Aspose.Tasks
TextStyle(FontDescriptor)
Inicializa una nueva instancia delTextStyle
clase con la configuración de fuente especificada.
public TextStyle(FontDescriptor font)
Parámetro | Escribe | Descripción |
---|---|---|
font | FontDescriptor | Fuente del TextStyle. |
Ver también
- class FontDescriptor
- class TextStyle
- espacio de nombres Aspose.Tasks.Visualization
- asamblea Aspose.Tasks