FontFallBackRule
FontFallBackRule(long startIndex, long endIndex, String fontNames) constructor
Creates new instance.
Parameters
Name | Type | Description |
---|---|---|
startIndex | long | Start index of unicode range |
endIndex | long | End index of unicode range |
fontNames | String | Font’s name or names (delimited by comma) for FallBack |
FontFallBackRule(long startIndex, long endIndex, java.lang.String[] fontNames) constructor
Creates new instance.
Parameters
Name | Type | Description |
---|---|---|
startIndex | long | Start index of unicode range |
endIndex | long | End index of unicode range |
fontNames | java.lang.String[] | Font’s name or names (delimited by comma) for FallBack |