'Declaration Public Overloads Shared Function Convert( _
ByVal typeface As System.Windows.Media.Typeface, _
ByVal sizeThe font size, measured in the points (1/72 inch).As Double _
) As Vintasoft.Barcode.TextRendering.TextFont
public static Vintasoft.Barcode.TextRendering.TextFont Convert(
System.Windows.Media.Typeface typeface,
double size
)
public: static Vintasoft.Barcode.TextRendering.TextFont* Convert(
System.Windows.Media.Typeface* typeface,
double size
)
public:
static Vintasoft.Barcode.TextRendering.TextFont^ Convert(
System.Windows.Media.Typeface^ typeface,
double size
)
Parameters
- typeface
- The System.Windows.Media.Typeface.
- size
- The font size, measured in the points (1/72 inch).
Return Value
A new instance of TextFont.