public class FontFilterHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Font[] |
filter(Filter<Font> fontFilter,
Font[] fonts)
Filters the given fonts from the given filter.
|
public static Font[] filter(Filter<Font> fontFilter, Font[] fonts)
fontFilter
- the filter to use.fonts
- the fonts to filter.