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)
ExtensionsRegistry
getExtensions
in interface ExtensionsRegistry
T
- generic extension typeextensionType
- the extension typeprotected void ensureFontExtensions()
Copyright © 2016. All rights reserved.