#include <JQFontChooserBridge.h>
Static Public Member Functions | |
static jobject | getFont (JNIEnv *env, jclass cls, jlong parentBridge, jobject initialFont, jstring title) |
Returns font selected by the user. |
jobject JQFontChooserBridge::getFont | ( | JNIEnv * | env, | |
jclass | cls, | |||
jlong | parentBridge, | |||
jobject | initialFont, | |||
jstring | title | |||
) | [static] |
Returns font selected by the user.
env | the JNIEnv pointer | |
cls | the JQFontChooser class | |
parentBridge | the parent widget bridge | |
initialFont | the initial font | |
title | the dialog title |