Duplicate code: GlyphSet::DrawGlyphs() and GlyphSet::ImplDrawText()

2012-02-27 Thread Chr. Rossmanith
Hi, the method GlyphSet::DrawGlyphs() is nearly a total subset of GlyphSet::ImplDrawText(). The only difference is the declaration of OString aGlyphSetName(GetGlyphSetName(*aSet)); -- DrawGlyphs() vs. OString aGlyphSetName(GetCharSetName(*aSet)); -- ImplDrawText() DrawGlyphs() is only rarely

Re: Duplicate code: GlyphSet::DrawGlyphs() and GlyphSet::ImplDrawText()

2012-02-27 Thread Michael Meeks
Hi Christina, On Mon, 2012-02-27 at 09:49 +0100, Chr. Rossmanith wrote: the method GlyphSet::DrawGlyphs() is nearly a total subset of GlyphSet::ImplDrawText(). The only difference is the declaration of Ah - there are two of these ImplDrawText's and the latter (as you say) does look