SetBaseFont
Sets the font to use as the base font for alpha numeric characters.
C++
HRESULT SetBaseFont([in, defaultvalue("Times New Roman")] BSTR baseFont);
Visual Basic
Public Function SetBaseFont (
basefont As String
) As Long
Parameters
basefont
|
[in] the font to use as the base font for alpha numeric characters
|
Return value
None
|