1 2 3 4 5 6 7 8
#ifndef QTFONT_H #define QTFONT_H #include <jni.h> QFont *getFont( JNIEnv *env, jobject obj ); #endif