FontStyle
IPDFDocument4 :: Types used in IPDFDocument4

See Also
Collapse All

This type specifies font styles.

Syntax

enum FontStyle

Remarks

PDF Creator Pilot supports the following font style flags:

Name

Style Flag

Value

fsRegular Regular

0

fsBold Bold

1

fsItalic Italic

2

fsUnderline Underlined

4

fsStrikeOut Strokeout

8

The term flag means you may combine values using bitwise operators.
For example, to show both bold and underlined style, use fsBold | fsUnderline.

See Also

Reference