Changeset 1888 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Jan 30, 2002, 5:45:38 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r1797 r1888 1445 1445 // Si c'est un attribut de lignes 1446 1446 it = GrAlines.find(grt[k]); 1447 if (it != GrAlines.end()) { mImgapp->SetLineAtt( (PILineAtt)((*it).second.a1)); fgsrgr = true; continue; }1447 if (it != GrAlines.end()) { mImgapp->SetLineAtt(PILineAtt((PILineTypes)((*it).second.a1))); fgsrgr = true; continue; } 1448 1448 // Si c'est un attribut de fontes 1449 1449 it = GrAfonts.find(grt[k]); … … 1549 1549 gi.a1 = PI_ThickDottedLine; 1550 1550 GrAlines["thickdottedline"] = gi; 1551 gi.a1 = PI_DashDottedLine; 1552 GrAlines["dashdottedline"] = gi; 1553 gi.a1 = PI_ThinDashDottedLine; 1554 GrAlines["thindashdottedline"] = gi; 1555 gi.a1 = PI_ThickDashDottedLine; 1556 GrAlines["thickdashdottedline"] = gi; 1551 1557 1552 1558 // Noms de fontes
Note:
See TracChangeset
for help on using the changeset viewer.