##// END OF EJS Templates
Add fontsize 32 to chartviewer
Michal Klocek -
r1895:782345485068
parent child
Show More
@@ -61,9 +61,9 private:
61
61
62 };
62 };
63
63
64 class FontChart5:public FontChart{
64 class FontChart6:public FontChart{
65 public:
65 public:
66 FontChart5():FontChart(5){};
66 FontChart6():FontChart(6){};
67 };
67 };
68
68
69 class FontChart8:public FontChart{
69 class FontChart8:public FontChart{
@@ -76,15 +76,11 public:
76 FontChart10():FontChart(10){};
76 FontChart10():FontChart(10){};
77 };
77 };
78
78
79 class FontChart12:public FontChart{
79 class FontChart14:public FontChart{
80 public:
80 public:
81 FontChart12():FontChart(12){};
81 FontChart14():FontChart(14){};
82 };
82 };
83
83
84 class FontChart15:public FontChart{
85 public:
86 FontChart15():FontChart(15){};
87 };
88
84
89 class FontChart18:public FontChart{
85 class FontChart18:public FontChart{
90 public:
86 public:
@@ -106,12 +102,17 public:
106 FontChart28():FontChart(28){};
102 FontChart28():FontChart(28){};
107 };
103 };
108
104
109 DECLARE_CHART(FontChart5);
105 class FontChart32:public FontChart{
106 public:
107 FontChart32():FontChart(32){};
108 };
109
110 DECLARE_CHART(FontChart6);
110 DECLARE_CHART(FontChart8);
111 DECLARE_CHART(FontChart8);
111 DECLARE_CHART(FontChart10);
112 DECLARE_CHART(FontChart10);
112 DECLARE_CHART(FontChart12);
113 DECLARE_CHART(FontChart14);
113 DECLARE_CHART(FontChart15);
114 DECLARE_CHART(FontChart18);
114 DECLARE_CHART(FontChart18);
115 DECLARE_CHART(FontChart20);
115 DECLARE_CHART(FontChart20);
116 DECLARE_CHART(FontChart24);
116 DECLARE_CHART(FontChart24);
117 DECLARE_CHART(FontChart28);
117 DECLARE_CHART(FontChart28);
118 DECLARE_CHART(FontChart32);
General Comments 0
You need to be logged in to leave comments. Login now