Class FontExtensionsRegistry

    • Constructor Detail

      • FontExtensionsRegistry

        public FontExtensionsRegistry​(List<String> fontFamiliesLocations)
    • Method Detail

      • getExtensions

        public <T> List<T> getExtensions​(Class<T> extensionType)
        Description copied from interface: ExtensionsRegistry
        Returns a list of extension objects for a specific extension type.
        Specified by:
        getExtensions in interface ExtensionsRegistry
        Type Parameters:
        T - generic extension type
        Parameters:
        extensionType - the extension type
        Returns:
        a list of extension objects
      • ensureFontExtensions

        protected void ensureFontExtensions()