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