Compartir a través de


ITextCharacterFormat.FontStyle Propiedad

Definición

Obtiene o establece el estilo de la cara de fuente, como normal o cursiva.

public:
 property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = iTextCharacterFormat.fontStyle;
iTextCharacterFormat.fontStyle = fontStyle;
Public Property FontStyle As FontStyle

Valor de propiedad

Estilo de fuente.

Se aplica a