<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Attached design win 13MB Mingliu embedded font takes 43secs GfxFont::readEmbFontFile to complete"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78594#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Attached design win 13MB Mingliu embedded font takes 43secs GfxFont::readEmbFontFile to complete"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78594">bug 78594</a>
              from <span class="vcard"><a class="email" href="mailto:paul.gruzdev@gmail.com" title="Paul Gruzdev <paul.gruzdev@gmail.com>"> <span class="fn">Paul Gruzdev</span></a>
</span></b>
        <pre>Hi Albert!

I have a Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 4GB, Win7SP1 x64 build, my
poppler build is also x64. The render code that I use is the following:
--------------------------------------------
    SplashColor bgColor;
    bgColor[0] = bgColor[1] = bgColor[2] = 255;
    SplashOutputDev splash(splashModeXBGR8, 4, gFalse, bgColor, gTrue, gTrue,
splashThinLineDefault, gFalse);

    splash.setVectorAntialias(gTrue);
    splash.setFreeTypeHinting(gTrue, gTrue);

    splash.startDoc(pDoc);      

    pDoc->displayPageSlice(&splash, iPage, 72, 72, 0, false, true, false, -1,
-1, -1, -1);
--------------------------------------------

note XBGR8 mode. Could that be the case, or x64 build? I can produce more
precise profiling measures if you like.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>