public class FontExtensionsRegistry extends Object implements ExtensionsRegistry
| Constructor and Description |
|---|
FontExtensionsRegistry(List<String> fontFamiliesLocations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureFontExtensions() |
<T> List<T> |
getExtensions(Class<T> extensionType)
Returns a list of extension objects for a specific extension type.
|
public <T> List<T> getExtensions(Class<T> extensionType)
ExtensionsRegistrygetExtensions in interface ExtensionsRegistryT - generic extension typeextensionType - the extension typeprotected void ensureFontExtensions()
Copyright © 2017. All rights reserved.