comparison Core/Images/Font.h @ 1617:dd1f7909a14c

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2015 16:06:29 +0200
parents 644c32c07306
children b1291df2f780
comparison
equal deleted inserted replaced
1616:644c32c07306 1617:dd1f7909a14c
71 int x, 71 int x,
72 int y, 72 int y,
73 const uint8_t color[4]) const; 73 const uint8_t color[4]) const;
74 74
75 public: 75 public:
76 Font() 76 Font() :
77 size_(0),
78 maxHeight_(0)
77 { 79 {
78 } 80 }
79 81
80 ~Font(); 82 ~Font();
81 83