'Declaration Public Overloads Function CreateFont( _
ByVal fontProgramStreamThe stream that contains font program.As System.IO.Stream, _
ByVal sizeThe size of the font.As Single _
) As IDrawingFont
public IDrawingFont CreateFont(
System.IO.Stream fontProgramStream,
float size
)
public: IDrawingFont* CreateFont(
System.IO.Stream* fontProgramStream,
float size
)
public:
IDrawingFont^ CreateFont(
System.IO.Stream^ fontProgramStream,
float size
)
Parameters
- fontProgramStream
- The stream that contains font program.
- size
- The size of the font.
Return Value
The font.