'Declaration Public Overloads MustOverride 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 IDrawingFont
public abstract IDrawingFont CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult searchResult,
float size,
bool useFallbackFont
)
public: abstract IDrawingFont* CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult* searchResult,
float size,
bool useFallbackFont
)
public:
abstract IDrawingFont^ CreateFont(
Vintasoft.Imaging.Fonts.FontProgramSearchResult^ searchResult,
float size,
bool useFallbackFont
)
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.