Class FontSubstitutions
java.lang.Object
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<FontSubstitution>, Collection<FontSubstitution>, List<FontSubstitution>, RandomAccess
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.apache.commons.logging.Loglogging instanceprivate static final longFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadjustFontInfo(FontInfo fontInfo) Adjusts a given fontInfo using this font substitution catalogMethods inherited from class ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractList
equals, hashCodeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, streamMethods inherited from interface List
containsAll, equals, hashCode
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
log
protected static final org.apache.commons.logging.Log loglogging instance
-
-
Constructor Details
-
FontSubstitutions
public FontSubstitutions()
-
-
Method Details
-
adjustFontInfo
Adjusts a given fontInfo using this font substitution catalog- Parameters:
fontInfo- font info
-