VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / IDrawingFont Interface
Properties Methods SeeAlso
In This Topic
    IDrawingFont Interface Members
    In This Topic
    The following tables list the members exposed by IDrawingFont.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this font can copy font program using the CopyFontProgram(Stream) method.
    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 the font metrics.
    Public PropertyGets the size of this font measured in the world space units (1/96 inch).
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified text string to the specified at the specified location.
    Public MethodReturns a value indicating whether symbol can be used with this font.
    Public MethodConverts specified string from unicode string to DrawingString.
    Public MethodCopies the font program to the specified stream.
    Public MethodOverloaded. Draws the specified text string on specified at the specified location using the specified object.
    Public MethodOverloaded. Measures size of Unicode characters.
    Public MethodOverloaded. Measures the specified string when drawn with this font.
    See Also