addFallBackFonts
addFallBackFonts(String fontName) method
Adds a new font(s) to the list of FallBack fonts.
Parameters
Name | Type | Description |
---|---|---|
fontName | String | Font’s name or names (delimited by comma) for FallBack |
Returns
void
addFallBackFonts(java.lang.String[] fontNames) method
Adds a new fonts to the list of FallBack fonts.
Parameters
Name | Type | Description |
---|---|---|
fontNames | java.lang.String[] | Font’s name or names (delimited by comma) for FallBack |
Returns
void