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


In This Topic
    FontMetric Structure Members
    In This Topic

    The following tables list the members exposed by FontMetric.

    Public Fields
     NameDescription
    Public FieldSpecifies the ascent (units above the base line) of characters.  
    Public FieldSpecifies the average width of characters in the font (generally defined as the width of the letter x). This value does not include the overhang required for bold or italic characters.  
    Public FieldSpecifies the value of the character that will be used to define word breaks for text justification.  
    Public FieldSpecifies the character set of the font. The character set can be one of the following values.  
    Public FieldSpecifies the value of the character to be substituted for characters not in the font.  
    Public FieldSpecifies the descent (units below the base line) of characters.  
    Public FieldSpecifies the horizontal aspect of the device for which the font was designed.  
    Public FieldSpecifies the vertical aspect of the device for which the font was designed. The ratio of the tmDigitizedAspectX and tmDigitizedAspectY members is the aspect ratio of the device for which the font was designed.  
    Public FieldSpecifies the amount of extra leading (space) that the application adds between rows. Since this area is outside the font, it contains no marks and is not altered by text output calls in either OPAQUE or TRANSPARENT mode. The designer may set this member to zero.  
    Public FieldSpecifies the value of the first character defined in the font.  
    Public FieldSpecifies the height (ascent + descent) of characters.  
    Public FieldSpecifies the amount of leading (space) inside the bounds set by the tmHeight member. Accent marks and other diacritical characters may occur in this area. The designer may set this member to zero.  
    Public FieldSpecifies an italic font if it is nonzero.  
    Public FieldSpecifies the value of the last character defined in the font.  
    Public FieldSpecifies the width of the widest character in the font.  
    Public FieldSpecifies 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.  
    Public FieldSpecifies information about the pitch, the technology, and the family of a physical font.  
    Public FieldSpecifies a strikeout font if it is nonzero.  
    Public FieldSpecifies an underlined font if it is nonzero.  
    Public FieldSpecifies the weight of the font.  
    Top
    See Also