'Declaration Public Overloads Overrides Function CreateFont( _
ByVal searchResultThe font program search result.As Vintasoft.Imaging.Fonts.FontProgramSearchResult, _
ByVal sizeThe size of the font.As Single, _
ByVal useFallbackFontA value indicating whether font with fallback must be created.As Boolean _
) As Vintasoft.Imaging.Drawing.IDrawingFont
public override Vintasoft.Imaging.Drawing.IDrawingFont CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult searchResult,
float size,
bool useFallbackFont
)
public: Vintasoft.Imaging.Drawing.IDrawingFont* CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult* searchResult,
float size,
bool useFallbackFont
); override
public:
Vintasoft.Imaging.Drawing.IDrawingFont^ CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult^ searchResult,
float size,
bool useFallbackFont
); override
Parameters
- searchResult
- The font program search result.
- size
- The size of the font.
- useFallbackFont
- A value indicating whether font with fallback must be created.
Return Value
The font.