1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

java version of FontManager

This commit is contained in:
Nikolay Pultsin 2014-03-31 12:04:39 +03:00
parent 43bfe572f7
commit 7ca30d0c9e
2 changed files with 40 additions and 0 deletions

View file

@ -312,6 +312,9 @@ JNIEXPORT jint JNICALL Java_org_geometerplus_fbreader_formats_NativeFormatPlugin
}
env->DeleteLocalRef(javaFootnoteModel);
}
// TODO: synchronize FontManager
return 0;
}