9 lines
105 B
C
Raw Normal View History

2021-07-16 22:11:37 -05:00
#ifndef QTFONT_H
#define QTFONT_H
#include <jni.h>
QFont *getFont( JNIEnv *env, jobject obj );
#endif