ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / FontMetric Structure / Overhang Field

In This Topic
    Overhang Field
    In This Topic
    Specifies the extra width per string that may be added to some synthesized fonts. When synthesizing some attributes, such as bold or italic, graphics device interface (GDI) or a device may have to add width to a string on both a per-character and per-string basis.
    Syntax
    'Declaration
     
    
    Public Overhang As Integer
    public int Overhang
    See Also