[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.FontPitch

FontPitch Enum

Represents the pitch of font.

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

The two low-order bits specify the pitch of the font and can be one of the following values.

Fields

Name Description
Default

Indicates the default pitch.

Fixed

Indicates the fixed pitch.

Variable

Indicates the variable pitch.