ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / FontBuilder Class
Properties Methods


In This Topic
    FontBuilder Class Members
    In This Topic

    The following tables list the members exposed by FontBuilder.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGet or set the CharSet of font  
    Public PropertyGet or set the clipping precision.  
    Public PropertyGet or set the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the base line of a row of text.  
    Public PropertyGet or set a null-terminated string that specifies the typeface name of the font.  
    Public PropertyGet or set the font family  
    Public PropertyGet or set the height, in logical units, of the font's character cell or character. The character height value (also known as the em height) is the character cell height value minus the internal-leading value.  
    Public PropertyGet or set bool which indicate whether the font is italic  
    Public PropertyGet or set the angle, in tenths of degrees, between each character's base line and the x-axis of the device.  
    Public PropertyGet or set the output precision.  
    Public PropertyGet or set the pitch of the font.  
    Public PropertyGet or set the output quality.  
    Public PropertyGet or set bool which indicate whether the font is strikeout  
    Public PropertyGet or set bool which indicate whether the font is underline  
    Public PropertyGet or set the weight of the font.  
    Public PropertyGet or set the average width, in logical units, of characters in the font. If value is zero, the aspect ratio of the device is matched against the digitization aspect ratio of the available fonts to find the closest match, determined by the absolute value of the difference.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Create a bold Font from current font  
    Public MethodCreates an exact copy of this FontBuilder object.  
    Public MethodCreate a new Font from current FontBuilder  
    Public MethodCreate a new System.Drawing.Font istance which its properties provided by FontBuilder  
    Public Methodstatic (Shared in Visual Basic)Zoom current Font with zoom factor  
    Top
    See Also