Skip to content
  • Kristian Høgsberg's avatar
    2005-03-04 Kristian Høgsberg <krh@redhat.com> · 5b2d9a61
    Kristian Høgsberg authored
            Patch from Jeff Muizelaar <jrmuizel@nit.ca>.  Changed to allocate
            glyphs using gmalloc.
    
            * poppler/CairoOutputDev.cc (CairoOutputDev::drawString):
            Implement drawString instead of drawChar. This change should
            make clipping to a text path work and has a performance
            improvement. Currently the code is a little ugly because we
            can't concat matrices to cairo without losing our current font.
    
            * poppler/CairoOutputDev.h (CairoOutputDev::useDrawChar):
            Tell Gfx.cc that it should use drawString instead of drawChar.
    5b2d9a61