Add support for custom fonts

This commit is contained in:
Victor Shcherb 2014-06-21 02:32:49 +02:00
parent d26adb695f
commit f31cebf6a7

View file

@ -165,6 +165,7 @@ public class NativeLibrary {
RenderingRuleSearchRequest request, boolean skipDuplicates, int renderRouteDataFile, Object objectWithInterruptedField, RenderingRuleSearchRequest request, boolean skipDuplicates, int renderRouteDataFile, Object objectWithInterruptedField,
String msgIfNothingFound); String msgIfNothingFound);
protected static native boolean initFontType(byte[] byteData, String name, boolean bold, boolean italic);
/**/ /**/
// Empty native impl // Empty native impl