rt_gccstream/libjava/classpath/native/jni/qt-peer/qtfont.h

9 lines
105 B
C

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