##// 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 65 public:
66 FontChart5():FontChart(5){};
66 FontChart6():FontChart(6){};
67 67 };
68 68
69 69 class FontChart8:public FontChart{
@@ -76,15 +76,11 public:
76 76 FontChart10():FontChart(10){};
77 77 };
78 78
79 class FontChart12:public FontChart{
79 class FontChart14:public FontChart{
80 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 85 class FontChart18:public FontChart{
90 86 public:
@@ -106,12 +102,17 public:
106 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 111 DECLARE_CHART(FontChart8);
111 112 DECLARE_CHART(FontChart10);
112 DECLARE_CHART(FontChart12);
113 DECLARE_CHART(FontChart15);
113 DECLARE_CHART(FontChart14);
114 114 DECLARE_CHART(FontChart18);
115 115 DECLARE_CHART(FontChart20);
116 116 DECLARE_CHART(FontChart24);
117 117 DECLARE_CHART(FontChart28);
118 DECLARE_CHART(FontChart32);
General Comments 0
You need to be logged in to leave comments. Login now