'Declaration Public Overloads Overrides Function CreateTextFont( _
ByVal fontNameThe font name.As String, _
ByVal sizeThe size of the font, measured in the points (1/72 inch).As Single, _
ByVal isBoldA value indicating whether font is bold.As Boolean, _
ByVal isItalicA value indicating whetherr font is italic.As Boolean _
) As Vintasoft.Barcode.TextRendering.TextFont
public override Vintasoft.Barcode.TextRendering.TextFont CreateTextFont(
string fontName,
float size,
bool isBold,
bool isItalic
)
Parameters
- fontName
- The font name.
- size
- The size of the font, measured in the points (1/72 inch).
- isBold
- A value indicating whether font is bold.
- isItalic
- A value indicating whetherr font is italic.
Return Value
The text font.