Beispiel #1
0
int msGDSetup() {
#ifdef USE_GD_FT
  if (gdFontCacheSetup() != 0) {
    return MS_FAILURE;
  }
#endif
  return MS_SUCCESS;
}
Beispiel #2
0
int msGDSetup() {
  if (gdFontCacheSetup() != 0) {
    return MS_FAILURE;
  }
  return MS_SUCCESS;
}