Changeset 547 in Sophya for trunk/SophyaPI/PI/pigraphps.cc


Ignore:
Timestamp:
Nov 4, 1999, 5:19:58 PM (26 years ago)
Author:
ercodmgr
Message:

corrections diverses - Reza 4/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pigraphps.cc

    r382 r547  
    113113  //  mPSOut->DrawString((double)x,(double)y,s,mFCol,mFAtt,mFSize); /* $CHECK$ PIFontSize ?? */
    114114  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 */
    116116// Calculez la taille de la boite occupe par la fonte
    117117//  myFont.GetFontHeight(int& asc, int& desc)  Tres proche de myFont.GetFontSize() en principe
     
    126126  //  mPSOut->DrawString((double)x,(double)y,s,mFCol,mFAtt,mFSize); /* $CHECK$ PIFontSize ?? */
    127127  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 */
    129129// Idem taille ici
    130130return;
Note: See TracChangeset for help on using the changeset viewer.