Class FontMacStyleFlags
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.htmFields
BOLD
public const int BOLD = 1
Field Value
CONDENSED
public const int CONDENSED = 32
Field Value
EXTENDED
public const int EXTENDED = 64
Field Value
ITALIC
public const int ITALIC = 2
Field Value
OUTLINE
public const int OUTLINE = 8
Field Value
SHADOW
public const int SHADOW = 16
Field Value
UNDERLINE
public const int UNDERLINE = 4