Changeset 320 in Sophya for trunk/SophyaPI
- Timestamp:
- Jun 16, 1999, 6:22:11 PM (26 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pi.rsc
r9 r320 20 20 PeidaInt*DefMenubar*XtNheight: 30 21 21 22 PeidaInt*fontList: -*-helvetica-bold-r-normal-*-1 2-*-*-*-*-*-ISO8859-123 PeidaInt*default*fontList: -*-helvetica-bold-r-normal-*-1 2-*-*-*-*-*-ISO8859-122 PeidaInt*fontList: -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-ISO8859-1 23 PeidaInt*default*fontList: -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-ISO8859-1 24 24 25 25 # Attention, ne pas mettre de blanc a la fin du nom de fonte 26 PeidaInt*fontFamilyName: *- helvetica26 PeidaInt*fontFamilyName: *-courier 27 27 28 28 PeidaInt*XmToggleButton*selectColor: Red -
trunk/SophyaPI/PI/picons.cc
r292 r320 171 171 mWGrC->SelFont(sz); 172 172 mFTaille = sz; 173 mFHaut = mWGrC->GetFont Height(asc, desc);173 mFHaut = mWGrC->GetFont().GetFontHeight(asc, desc); 174 174 mFLarg = (int)mWGrC->CalcStringWidth("ABCDEFGHIJ")/10; 175 175 mWSzL = YSize()/mFHaut - 1; -
trunk/SophyaPI/PI/pifontx.cc
r317 r320 107 107 XTextExtents(mFSt, a, 0, &hd, &fa, &fd, &ovr); 108 108 asc = fa; desc = fd; 109 return(fa+fd -1);109 return(fa+fd); 110 110 } 111 111 … … 349 349 HugeFontIndex = NMAXFONTSZ-1; 350 350 351 // printf("PIFontX::Init()-DBG- FontIndex= %d %d %d ( %d) \n",351 // printf("PIFontX::Init()-DBG- FontIndex= %d %d %d (SzF=%d) \n", 352 352 // SmallFontIndex, NormalFontIndex, BigFontIndex, szf); 353 353 -
trunk/SophyaPI/PI/piwdgx.cc
r316 r320 628 628 XtGetApplicationResources(top, &fntname, res, XtNumber(res), NULL, 0); 629 629 // scr = XDefaultScreen(dpy); 630 // printf("-DBG-F= %s \n", fntname); 630 631 int count; 631 632 char **list;
Note:
See TracChangeset
for help on using the changeset viewer.