2021-07-16 22:11:37 -05:00

9 lines
105 B
C

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