'Declaration Public Overloads Function CreateFont( _
ByVal fontThe source font.As IDrawingFont, _
ByVal sizeThe font size.As Single _
) As IDrawingFont
public IDrawingFont CreateFont(
IDrawingFont font,
float size
)
public: IDrawingFont* CreateFont(
IDrawingFont* font,
float size
)
public:
IDrawingFont^ CreateFont(
IDrawingFont^ font,
float size
)
Parameters
- font
- The source font.
- size
- The font size.
Return Value
The font.