'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)
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
DrawingFactory Class DrawingFactory Members Overload List