Changeset 7894 for trunk/MagicSoft/Mars/macros/tutorials
- Timestamp:
- 08/20/06 12:10:58 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/tutorials/calendar.C
r7890 r7894 141 141 c.cd(); 142 142 143 // "comic" is the ttf-font name. You find other ones typically 144 // in $ROOTSYS/fonts or /usr/X11R6/lib/X11/fonts/truetype 143 145 if (hor) 144 cal->DrawTTFDate(0.64, 0.83, 1, 1, "%B %Y", 0.072, " minynbi_");146 cal->DrawTTFDate(0.64, 0.83, 1, 1, "%B %Y", 0.072, "comic"); 145 147 else 146 cal->DrawTTFDate(0.5, 0.83, 1, 1, "%B %Y", 0.085, " minynbi_");148 cal->DrawTTFDate(0.5, 0.83, 1, 1, "%B %Y", 0.085, "comic"); 147 149 148 150
Note:
See TracChangeset
for help on using the changeset viewer.