Add support for custom fonts
This commit is contained in:
parent
d26adb695f
commit
f31cebf6a7
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ public class NativeLibrary {
|
|||
RenderingRuleSearchRequest request, boolean skipDuplicates, int renderRouteDataFile, Object objectWithInterruptedField,
|
||||
String msgIfNothingFound);
|
||||
|
||||
protected static native boolean initFontType(byte[] byteData, String name, boolean bold, boolean italic);
|
||||
|
||||
/**/
|
||||
// Empty native impl
|
||||
|
|
Loading…
Reference in a new issue