public class FontFamilyMatcher extends AbstractFontMatcher
| Modifier and Type | Field and Description |
|---|---|
static String |
SANS_SERIF_SUFFIX
The suffix added to a font family name in order to default it to the generic sans-serif family.
|
static String |
SERIF_SUFFIX
The suffix added to a font family name in order to default it to the generic serif family.
|
static int |
TEST_FONT_SIZE
A larger font size increases the accuracy but may lower the speed of the test.
|
container, left, right| Constructor and Description |
|---|
FontFamilyMatcher()
Creates a new font family matcher.
|
public static final int TEST_FONT_SIZE
public static final String SERIF_SUFFIX
public static final String SANS_SERIF_SUFFIX
Copyright © 2004–2017 XWiki. All rights reserved.