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());
}
Aggregations