'Declaration Public Overloads MustOverride Function CreateFont( _
ByVal fontThe source font.As 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 IDrawingFont
public abstract IDrawingFont CreateFont(
IDrawingFont font,
float size,
bool isBold,
bool isItalic,
bool useFallbackFont
)
public: abstract IDrawingFont* CreateFont(
IDrawingFont* font,
float size,
bool isBold,
bool isItalic,
bool useFallbackFont
)
public:
abstract IDrawingFont^ CreateFont(
IDrawingFont^ font,
float size,
bool isBold,
bool isItalic,
bool useFallbackFont
)
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.