'Declaration Public Overloads Function CreateFont( _
ByVal searchResultThe font program search result.As Vintasoft.Imaging.Fonts.FontProgramSearchResult, _
ByVal sizeThe size of the font.As Single _
) As IDrawingFont
public IDrawingFont CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult searchResult,
float size
)
public: IDrawingFont* CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult* searchResult,
float size
)
public:
IDrawingFont^ CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult^ searchResult,
float size
)
Parameters
- searchResult
- The font program search result.
- size
- The size of the font.
Return Value
The font.