[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontFamilyType

Enum SvgFontFamilyType

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Defines a type of the font family (regular font name or a generic family name).

public enum SvgFontFamilyType

Fields

Cursive = 3

Font glyphs look more like handwritten pen or brush writing than printed letterwork.

Fantasy = 4

Fonts that contain decorative or expressive representations of characters.

FontName = 0

A specific font family name which is not generic, such as Helvetica or Verdana.

Monospace = 5

All font glyphs have the same fixed width.

SansSerif = 2

Font stroke endings are plain - without any flaring, cross stroke, or other ornamentation.

Serif = 1

Font glyphs have finishing strokes, flared or tapering ends, or have actual serifed endings (including slab serifs).