<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - getAA undefined in win32 font config"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92006">92006</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>getAA undefined in win32 font config
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>splash backend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ku@digitaldolphins.jp
          </td>
        </tr></table>
      <p>
        <div>
        <pre>getAA and setAA are undefined in win32(Cygwin) font config.

make output:

----------
make[3]: Entering directory '/c/Git/poppler/poppler'
  CXX      libpoppler_la-SplashOutputDev.lo
SplashOutputDev.cc: In member function 'virtual void
SplashOutputDev::beginTransparencyGroup(GfxState*, double*, GfxColorSpace*,
GBool, GBool, GBool)':
SplashOutputDev.cc:4061:37: error: 'class SplashFontEngine' has no member named
'getAA'
   transpGroup->fontAA = fontEngine->getAA();
                                     ^
SplashOutputDev.cc:4094:17: error: 'class SplashFontEngine' has no member named
'setAA'
     fontEngine->setAA(gFalse);
                 ^
SplashOutputDev.cc: In member function 'virtual void
SplashOutputDev::paintTransparencyGroup(GfxState*, double*)':
SplashOutputDev.cc:4158:17: error: 'class SplashFontEngine' has no member named
'setAA'
     fontEngine->setAA(transpGroupStack->fontAA);
                 ^
Makefile:1050: recipe for target 'libpoppler_la-SplashOutputDev.lo' failed
----------


configure output:

----------
Building poppler with support for:
  font configuration: win32
  splash output:      yes
  cairo output:       no (requires cairo >= 1.10.0)
  qt4 wrapper:        no
  qt5 wrapper:        no
  glib wrapper:       no (requires cairo output)
    introspection:    no
  cpp wrapper:        yes
  use gtk-doc:        no
  use libjpeg:        yes
  use libpng:         yes
  use libtiff:        yes
  use zlib:           yes
  use libcurl:        yes
  use libopenjpeg:    yes
      with openjpeg1
  use cms:            yes
      with lcms2
  command line utils: yes
  test data dir:      /c/Git/poppler/./../test

  Warning: Using zlib is not totally safe
----------</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>