summaryrefslogtreecommitdiff
path: root/libjava/classpath/native/jni/qt-peer/qtfont.h
blob: d13b8e0983c9628becf5ec119d19781e059c17ab (plain)
1
2
3
4
5
6
7
8
#ifndef QTFONT_H
#define QTFONT_H

#include <jni.h>

QFont *getFont( JNIEnv *env, jobject obj );

#endif