8 lines
105 B
C
8 lines
105 B
C
#ifndef QTFONT_H
|
|
#define QTFONT_H
|
|
|
|
#include <jni.h>
|
|
|
|
QFont *getFont( JNIEnv *env, jobject obj );
|
|
|
|
#endif
|