Search in sources :

Example 1 with FontPickerDialog

use of org.shadebob.skineditor.FontPickerDialog in project gdx-skineditor by cobolfoo.

the class OptionsPane method showFontPickerDialog.

/**
	 * Show font picker dialog
	 */
public void showFontPickerDialog(final Field field) {
    FontPickerDialog dlg = new FontPickerDialog(game, field);
    dlg.show(getStage());
}
Also used : FontPickerDialog(org.shadebob.skineditor.FontPickerDialog)

Aggregations

FontPickerDialog (org.shadebob.skineditor.FontPickerDialog)1