[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.FontDescriptorFlags

FontDescriptorFlags Enum

Specifies various characteristics of the font.

Namespace: GrapeCity.Documents.Pdf.Text
Assembly: DS.Documents.Pdf.dll
Syntax
[Flags]
public enum FontDescriptorFlags
<Flags>
Public Enum FontDescriptorFlags

Fields

Name Description
AllCap

Font contains no lowercase letters; typically used for display purposes, such as for titles or headlines.

FixedPitch

All glyphs have the same width (as opposed to proportional or variable-pitch fonts, which have different widths).

ForceBold

See PDF1.7 specification, page 459.

Italic

Glyphs have dominant vertical strokes that are slanted.

None

No flags.

Nonsymbolic

Font uses the Adobe standard Latin character set or a subset of it. This flag and the Symbolic flag cannot both be set or both be clear.

Script

Glyphs resemble cursive handwriting.

Serif

Glyphs have serifs, which are short strokes drawn at an angle on the top and bottom of glyph stems. (Sans serif fonts do not have serifs.)

SmallCap

Font contains both uppercase and lowercase letters.

Symbolic

Font contains glyphs outside the Adobe standard Latin character set. This flag and the Nonsymbolic flag cannot both be set or both be clear.