BCGControlBar Pro for MFC
CString CBCGPFontDesc::GetFullName ( ) const
inline

Retrieves the full name of the font.

Returns
A CString object containing the font name and the font script.

Call this function to obtain the full name of the font.

The GetFullName function takes the font name m_strName and concatenates it with the script name m_strScript (if the script string is not empty) in the brackets.

If the font name is is "Arial" and the font script is "Cyrillic", the returned string will be "Arial (Cyrillic)".