SECShortcutBar::SetFontPointSize
voidSECShortcutBar::SetFontPointSize(const int&iFontPointSize)
Sets the font size to use for the SECBar objects
Defined in: olbar.cpp
Return Value
void
Parameters
iFontPointSize
font point size
Comments
This function must be called before the SECShortcutBar::Create is called. 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