Changeset 1904 in Sophya for trunk/SophyaPI/PI/pigraphuc.cc
- Timestamp:
- Feb 18, 2002, 11:37:22 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pigraphuc.cc
r1899 r1904 45 45 // Permet de modifier l'objet "PIGraphic" de départ et l'espace graphique correspondant. 46 46 // 47 // void SelFontSz(PIGrCoord sz , PIFontAtt att=PI_RomanFont)47 // void SelFontSz(PIGrCoord sz) 48 48 // Sélection de fonte avec la taille exprimée en coordonnées utilisateur 49 // void SelFontSz(PIGrCoord sz, PIFontAtt att) 50 // Sélection de fonte avec la taille exprimée en coordonnées utilisateur, avec 51 // Spécification d'attribut de fonte 49 52 // void SelMarkerSz(PIGrCoord msz, PIMarker mrk=PI_DotMarker) 50 53 // Sélection de marker avec la taille exprimée en coordonnées utilisateur … … 802 805 803 806 /* --Methode-- */ 807 void PIGraphicUC::SelFontSz(PIGrCoord sz) 808 { 809 if (!mGrC) return; 810 SelFontSz(sz, mGrC->GetFont().GetFontAtt()); 811 } 812 813 /* --Methode-- */ 804 814 void PIGraphicUC::SelFontSz(PIGrCoord sz, PIFontAtt att) 805 815 {
Note:
See TracChangeset
for help on using the changeset viewer.