VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiFont Class
Constructors Properties Methods SeeAlso
In This Topic
    GdiFont Class Members
    In This Topic
    The following tables list the members exposed by GdiFont.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this font can copy font program using the CopyFontProgram(Stream) method. (Inherited from DrawingFont)
    Public PropertyGets a value indicating whether character with code 32 is space. (Inherited from DrawingFont)
    Public PropertyGets a rectangle, expressed in the glyph coordinate system, specifying the font bounding box. This is the smallest rectangle enclosing the shape that would result if all of the glyphs of the font were placed with their origins coincident and then filled. (Inherited from DrawingFont)
    Public PropertyGets a value indicating whether this font is bold.
    Public PropertyGets a value indicating whether this font is italic.
    Public PropertyGets a value indicating whether this font is system font.
    Public PropertyGets a value indicating whether this font is vertical.
    Public PropertyGets the font metrics.
    Public PropertyGets the face name of this font.
    Public PropertyGets the size of this font measured in the world space units.
    Public PropertyGets the source System.Drawing.Font of this font.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified text string to the specified at the specified location. (Inherited from DrawingFont)
    Public MethodReturns a value indicating whether symbol can be used.
    Public MethodCreates a new GdiFont that is a copy of the current instance.
    Public MethodConverts specified string from unicode string to DrawingString. (Inherited from DrawingFont)
    Public MethodCopies the font program to specified stream (not supported). (Inherited from DrawingFont)
    Public MethodReleases all resources used by this GdiFont object.
    Public MethodOverloaded. Draws the specified text string on specified at the specified location using the specified object. (Inherited from DrawingFont)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the font using the specified font file stream in TTF format.
    Public MethodOverloaded. Measures widths of Unicode characters. (Inherited from DrawingFont)
    Public MethodOverloaded. Measures the specified string when drawn with this font. (Inherited from DrawingFont)
    Protected Methods
     NameDescription
    Protected MethodAdds the specified string to the specified IGraphicsPath at the specified location.
    Protected MethodBegins the text block. (Inherited from DrawingFont)
    Protected MethodDraws the specified string on specified DrawingEngine at the specified location using the specified IDrawingBrush object.
    Protected MethodEnds the text block. (Inherited from DrawingFont)
    Protected MethodOverloaded. Measures the width of the specified string when drawn with this font.
    Protected MethodSets the source of this font.
    See Also