#ifndef QTFONT_H #define QTFONT_H #include <jni.h> QFont *getFont( JNIEnv *env, jobject obj ); #endif