Lines Matching refs:Font
60 static Font& lcl_GetDefaultBulletFont() in lcl_GetDefaultBulletFont()
63 static Font aDefBulletFont( UniString::CreateFromAscii( in lcl_GetDefaultBulletFont()
176 …Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_UI_SANS, MsLangId::getSystemLanguage(), DEFAUL… in UserDraw()
304 Font aOldFont = pDev->GetFont(); in UserDraw()
307 Font aFont(OutputDevice::GetDefaultFont( in UserDraw()
358 Font aFont = pDev->GetFont(); in UserDraw()
444 Font aOldFont = pDev->GetFont(); in UserDraw()
445 Font aFont( lcl_GetDefaultBulletFont() ); in UserDraw()
457 Font aOldBulletFont = pDev->GetFont(); in UserDraw()
458 Font aBulletFnt(aFmt.GetBulletFont() ? *aFmt.GetBulletFont() : aOldBulletFont); in UserDraw()
488 Font aOldFont = pDev->GetFont(); in UserDraw()
489 …Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_UI_SANS, MsLangId::getSystemLanguage(), DEFAUL… in UserDraw()