Class Base14Font

    • Constructor Detail

      • Base14Font

        public Base14Font​(java.lang.String resourceName,
                          java.lang.String base14CSSName,
                          java.lang.String base14PSName)
    • Method Detail

      • getCanonicalPath

        public java.lang.String getCanonicalPath()
        Special case cache manipulation support for Base14 fonts. Since this cache is built into the resources it is not treated the same way as other types. Basically, everything except getCachedFontDescription is a noop and getCachedFontDescription simply reads an item from the builtin cache. Cache entries are never verified nor are new cached FontDescriptions added at runtime. Any missing descriptions MUST be added to the Base14CacheResourceBuilder.
      • getLength

        public long getLength()
      • getLastModified

        public long getLastModified()
      • getCachedFontDescription

        public java.lang.Object getCachedFontDescription​(java.lang.String key)
      • getCachedFontDescriptionIterator

        public java.util.Iterator<java.lang.String> getCachedFontDescriptionIterator()
      • setCachedFontDescription

        public void setCachedFontDescription​(java.lang.String key,
                                             java.lang.Object value)
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class FontImpl
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class FontImpl
      • getCachedFontDescriptionMap

        public java.util.Map<java.lang.String,​java.lang.Object> getCachedFontDescriptionMap()
        Specified by:
        getCachedFontDescriptionMap in class FontImpl