Constructor and Description |
---|
FontFamilyFilter(java.lang.String fontFamily)
Creates a font filter that filters font on the given font family.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(ej.microui.display.Font element)
Checks whether or not the specified element is accepted.
|
void |
setFontFamily(java.lang.String fontFamily)
Sets the font family.
|
public FontFamilyFilter(java.lang.String fontFamily)
fontFamily
- the font family to use for the filter.public void setFontFamily(java.lang.String fontFamily)
fontFamily
- the font family to use for the filter.public boolean accept(ej.microui.display.Font element)
Filter