Class FontCacheKey.FontCacheTtcKey

java.lang.Object
com.itextpdf.io.font.FontCacheKey
com.itextpdf.io.font.FontCacheKey.FontCacheTtcKey
Enclosing class:
FontCacheKey

private static class FontCacheKey.FontCacheTtcKey extends FontCacheKey
  • Field Details

    • ttcKey

      private FontCacheKey ttcKey
    • ttcIndex

      private int ttcIndex
  • Constructor Details

    • FontCacheTtcKey

      FontCacheTtcKey(String fontName, int ttcIndex)
    • FontCacheTtcKey

      FontCacheTtcKey(byte[] fontBytes, int ttcIndex)
  • Method Details