'Declaration Public Overrides Function GetTrueTypeFontProgram( _
ByVal fontInfoThe font info.As Vintasoft.Imaging.Fonts.FontInfo _
) As Vintasoft.Imaging.Fonts.FontProgramSearchResult
public override Vintasoft.Imaging.Fonts.FontProgramSearchResult GetTrueTypeFontProgram(
Vintasoft.Imaging.Fonts.FontInfo fontInfo
)
public: Vintasoft.Imaging.Fonts.FontProgramSearchResult* GetTrueTypeFontProgram(
Vintasoft.Imaging.Fonts.FontInfo* fontInfo
); override
public:
Vintasoft.Imaging.Fonts.FontProgramSearchResult^ GetTrueTypeFontProgram(
Vintasoft.Imaging.Fonts.FontInfo^ fontInfo
); override
Parameters
- fontInfo
- The font info.
Return Value
The FontProgramSearchResult that contains the font if font is found successfully; otherwise, null.