[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.FontFamily

FontFamily Enum

Represents the family of logical font

Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public enum FontFamily : byte
Remarks

Describe the look of a font in a general way.

Fields

Name Description
Decorative

Novelty fonts. Old English is an example.

Default

Use default font.

Modern

Fonts with constant stroke width (monospace), with or without serifs. Monospace fonts are usually modern. Pica, Elite, and CourierNew are examples.

Roman

Fonts with variable stroke width (proportional) and with serifs. MS Serif is an example.

Script

Fonts designed to look like handwriting. Script and Cursive are examples.

Swiss

Fonts with variable stroke width (proportional) and without serifs. MS Sans Serif is an example.