/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to src/text_renderer.h

  • Committer: edam
  • Date: 2012-03-03 10:06:31 UTC
  • Revision ID: edam@waxworlds.org-20120303100631-ae3idks1703vdm05
widenned clock hands, tweaked scales, got top & bottom text modes working

Show diffs side-by-side

added added

removed removed

62
62
         */
63
63
        void output_buffer();
64
64
 
 
65
        /**
 
66
         * Set the font number to use
 
67
         *
 
68
         * @param font_num font number
 
69
         */
 
70
        void select_font( int font_num );
 
71
 
65
72
};
66
73
 
67
74