VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.Wpf.TextRendering Namespace / WpfTextFont Class
Constructors Properties Methods SeeAlso
In This Topic
    WpfTextFont Class Members
    In This Topic
    The following tables list the members exposed by WpfTextFont.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WpfTextFont 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). (Inherited from TextFont)
    Public PropertyGets the source of this font.
    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. (Inherited from TextFont)
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from TextFont)
    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