'Declaration Public Overloads Overrides Function CreateFont( _
ByVal fontThe source font.As Vintasoft.Imaging.Drawing.IDrawingFont, _
ByVal sizeThe font size.As Single, _
ByVal isBoldA value indicating whether font is bold.As Boolean, _
ByVal isItalicA value indicating whether font is italic.As Boolean, _
ByVal useFallbackFontA value indicating whether font with fallback must be created.As Boolean _
) As Vintasoft.Imaging.Drawing.IDrawingFont
public override Vintasoft.Imaging.Drawing.IDrawingFont CreateFont(
Vintasoft.Imaging.Drawing.IDrawingFont font,
float size,
bool isBold,
bool isItalic,
bool useFallbackFont
)
public: Vintasoft.Imaging.Drawing.IDrawingFont* CreateFont(
Vintasoft.Imaging.Drawing.IDrawingFont* font,
float size,
bool isBold,
bool isItalic,
bool useFallbackFont
); override
public:
Vintasoft.Imaging.Drawing.IDrawingFont^ CreateFont(
Vintasoft.Imaging.Drawing.IDrawingFont^ font,
float size,
bool isBold,
bool isItalic,
bool useFallbackFont
); override
Parameters
- font
- The source font.
- size
- The font size.
- isBold
- A value indicating whether font is bold.
- isItalic
- A value indicating whether font is italic.
- useFallbackFont
- A value indicating whether font with fallback must be created.
Return Value
The font.