'Declaration Public Overloads Function CreateFont( _
ByVal fontProgramFilenameThe filename of font program.As System.String, _
ByVal sizeThe size of the font.As Single _
) As IDrawingFont
public IDrawingFont CreateFont(
System.String fontProgramFilename,
float size
)
public: IDrawingFont* CreateFont(
System.String fontProgramFilename,
float size
)
public:
IDrawingFont^ CreateFont(
System.String fontProgramFilename,
float size
)
Parameters
- fontProgramFilename
- The filename of font program.
- size
- The size of the font.
Return Value
The font.