SECShortcutBar::SetFontName

voidSECShortcutBar::SetFontName(const CString&sFontName)

Sets the font name to use for the  SECBar objects

Defined in: olbar.cpp

Return Value

void

Parameters

sFontName

font name to use

Comments

This function must be called before the SECShortcutBar::Create is called if you want to change the font name. If not, you will have to set the font yourself with  SetBarFont.

Example

m_wndShortcutBar.SetFontName( _T("Arial") );
m_wndShortcutBar.SetFontPointSize( 12 );
m_wndShortcutBar.Create( pMainFrame );

See Also

SECBar  GetFontName  SetBarFont