Lines Matching refs:Font
60 static Font& lcl_GetDefaultBulletFont() in lcl_GetDefaultBulletFont()
63 static Font aDefBulletFont( UniString::CreateFromAscii( in lcl_GetDefaultBulletFont()
174 …Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_UI_SANS, MsLangId::getSystemLanguage(), DEFAUL… in UserDraw()
302 Font aOldFont = pDev->GetFont(); in UserDraw()
305 Font aFont(OutputDevice::GetDefaultFont( in UserDraw()
356 Font aFont = pDev->GetFont(); in UserDraw()
442 Font aOldFont = pDev->GetFont(); in UserDraw()
443 Font aFont( lcl_GetDefaultBulletFont() ); in UserDraw()
455 Font aOldBulletFont = pDev->GetFont(); in UserDraw()
456 Font aBulletFnt(aFmt.GetBulletFont() ? *aFmt.GetBulletFont() : aOldBulletFont); in UserDraw()
486 Font aOldFont = pDev->GetFont(); in UserDraw()
487 …Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_UI_SANS, MsLangId::getSystemLanguage(), DEFAUL… in UserDraw()