Home
last modified time | relevance | path

Searched refs:pSgfFont (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx590 SgfFontOne* pSgfFont; // Font aus dem IniFile in SetTextContext() local
599 pSgfFont = pSgfFonts->GetFontDesc(Atr.GetFont()); in SetTextContext()
601 if ( pSgfFont!=NULL ) in SetTextContext()
603 FNam =pSgfFont->SVFName; in SetTextContext()
604 StdBrei=pSgfFont->SVWidth; in SetTextContext()
605 if (pSgfFont->Fixd) aFont.SetPitch(PITCH_FIXED); else aFont.SetPitch(PITCH_VARIABLE); in SetTextContext()
606 aFont.SetFamily(pSgfFont->SVFamil); in SetTextContext()
607 aFont.SetCharSet(pSgfFont->SVChSet); in SetTextContext()

Completed in 16 milliseconds