Specifies style information applied to text.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum PdfFontStyle
<FlagsAttribute> Public Enumeration PdfFontStyle
[FlagsAttribute] public enum class PdfFontStyle
[<FlagsAttribute>] type PdfFontStyle
Members
Member | Value | Description |
---|---|---|
Regular | 0 |
Normal text.
|
Bold | 1 |
Bold text.
|
Italic | 2 |
Italic text.
|
Underline | 4 |
Represents the underline text.
|
Strikeout | 8 |
Strikeout text.
|