Changeset 547 in Sophya for trunk/SophyaPI/PI/pigraphps.cc
- Timestamp:
- Nov 4, 1999, 5:19:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pigraphps.cc
r382 r547 113 113 // mPSOut->DrawString((double)x,(double)y,s,mFCol,mFAtt,mFSize); /* $CHECK$ PIFontSize ?? */ 114 114 mPSOut->DrawString((double)x,(double)y,s,mFCol, myFont.GetFontName(), 115 myFont.GetFontAtt(), myFont.GetFontSize() );115 myFont.GetFontAtt(), myFont.GetFontSize()*0.9); /* $CHECK$ x 0.9 - Reza 4/11/99 */ 116 116 // Calculez la taille de la boite occupe par la fonte 117 117 // myFont.GetFontHeight(int& asc, int& desc) Tres proche de myFont.GetFontSize() en principe … … 126 126 // mPSOut->DrawString((double)x,(double)y,s,mFCol,mFAtt,mFSize); /* $CHECK$ PIFontSize ?? */ 127 127 mPSOut->DrawString((double)x,(double)y,s,mFCol, myFont.GetFontName(), 128 myFont.GetFontAtt(), myFont.GetFontSize() );128 myFont.GetFontAtt(), myFont.GetFontSize()*0.9); /* $CHECK$ x 0.9 - Reza 4/11/99 */ 129 129 // Idem taille ici 130 130 return;
Note:
See TracChangeset
for help on using the changeset viewer.