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