equal
deleted
inserted
replaced
71 |
71 |
72 virtual void createTextureData(int width, int height); |
72 virtual void createTextureData(int width, int height); |
73 virtual void resizeTextureData(int width, int height); |
73 virtual void resizeTextureData(int width, int height); |
74 virtual void fillTexture(const Coord &c, glyph_t glyph); |
74 virtual void fillTexture(const Coord &c, glyph_t glyph); |
75 virtual int glyphMargin() const; |
75 virtual int glyphMargin() const; |
|
76 virtual int glyphPadding() const; |
76 |
77 |
77 inline GLuint texture() const { return m_texture; } |
78 inline GLuint texture() const { return m_texture; } |
78 |
79 |
79 inline int width() const { return m_width; } |
80 inline int width() const { return m_width; } |
80 inline int height() const { return m_height; } |
81 inline int height() const { return m_height; } |