diff options
Diffstat (limited to 'ksvg/impl/libs/libtext2path/src/Glyph.h')
-rw-r--r-- | ksvg/impl/libs/libtext2path/src/Glyph.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksvg/impl/libs/libtext2path/src/Glyph.h b/ksvg/impl/libs/libtext2path/src/Glyph.h index b3bd3fb5..73951b47 100644 --- a/ksvg/impl/libs/libtext2path/src/Glyph.h +++ b/ksvg/impl/libs/libtext2path/src/Glyph.h @@ -171,8 +171,8 @@ namespace T2P Font *font() const; void setFont(Font *font); - const GlyphLayoutParams *layout() const; - void setLayout(const GlyphLayoutParams *layout); + const GlyphLayoutParams *tqlayout() const; + void setLayout(const GlyphLayoutParams *tqlayout); unsigned int glyphIndex() const; void setGlyphIndex(unsigned int glyphIndex); @@ -185,7 +185,7 @@ namespace T2P private: Font *m_font; - const GlyphLayoutParams *m_layout; // Glyph layouting params + const GlyphLayoutParams *m_layout; // Glyph tqlayouting params unsigned int m_glyphIndex; // 'character' index in font unsigned int m_lastGlyph; // Kerning |