Table of Contents

Class FontMacStyleFlags

Namespace
iText.IO.Font.Constants
Assembly
itext.io.dll

Represents Open Type head.macStyle bits.

public sealed class FontMacStyleFlags
Inheritance
FontMacStyleFlags
Inherited Members

Remarks

Represents Open Type head.macStyle bits.

https://www.microsoft.com/typography/otspec/head.htm

Fields

BOLD

public const int BOLD = 1

Field Value

int

CONDENSED

public const int CONDENSED = 32

Field Value

int

EXTENDED

public const int EXTENDED = 64

Field Value

int

ITALIC

public const int ITALIC = 2

Field Value

int

OUTLINE

public const int OUTLINE = 8

Field Value

int

SHADOW

public const int SHADOW = 16

Field Value

int

UNDERLINE

public const int UNDERLINE = 4

Field Value

int