VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.TextRendering Namespace / TextFont Class
Constructors Properties Methods SeeAlso
In This Topic
    TextFont Class Members
    In This Topic
    The following tables list the members exposed by TextFont.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TextFont class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this font is bold.
    Public PropertyGets a value indicating whether this font is italic.
    Public PropertyGets the vertical distance between the base lines of two consecutive lines of text.
    Public PropertyGets the face name of this font.
    Public PropertyGets the size of this font, measured in the points (1/72 inch).
    Public PropertyGets the size of this font, measured in the DIPs (1/96 inch).
    Public Methods
     NameDescription
    Public MethodAdds the specified string to the specified BarcodePath at the specified location.
    Public MethodAdds the specified text to the barcode path in the specified VintasoftRectF using TextFont objects.
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
    Public MethodDraws the specified text string on specified TextRenderer at the specified location using the specified color structure.
    Public MethodMeasures the specified string when drawn with this font.
    See Also