Ignore:
Timestamp:
08/20/06 12:10:58 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/tutorials/calendar.C

    r7890 r7894  
    141141        c.cd();
    142142
     143        // "comic" is the ttf-font name. You find other ones typically
     144        // in $ROOTSYS/fonts or /usr/X11R6/lib/X11/fonts/truetype
    143145        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");
    145147        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");
    147149
    148150
Note: See TracChangeset for help on using the changeset viewer.