Changeset 1593 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Jul 23, 2001, 5:42:15 PM (24 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piafitting.cc
r1268 r1593 1205 1205 // bsx,bsy = environ 6 lettres 1206 1206 int bsx,bsy; 1207 par->PrefCompS z(bsx, bsy);1207 par->PrefCompSize(bsx, bsy); 1208 1208 int spx = (bsx>=10) ? bsx/10 : 1; // intervalle entre lettres X 1209 1209 int spy = (bsy>=6) ? bsy/6 : 1; // intervalle entre lettres Y -
trunk/SophyaPI/PIext/pistdimgapp.cc
r1590 r1593 129 129 130 130 int scsx, scsy; 131 ScreenS z(scsx, scsy);131 ScreenSize(scsx, scsy); 132 132 if (scsy <= 600) mFgScSz = 0; 133 133 else if (scsy <= 800) mFgScSz = 1;
Note:
See TracChangeset
for help on using the changeset viewer.