Import Widget::fontId

This commit is contained in:
Max Weber
2018-09-04 11:19:54 -06:00
parent 1dbb81a9e8
commit 115f570cc7
3 changed files with 19 additions and 0 deletions

View File

@@ -547,4 +547,14 @@ public interface Widget
void revalidateScroll();
Object[] getOnKeyListener();
/**
* Returns the archive id of the font used
*/
int getFontId();
/**
* Sets the archive id of the font
*/
void setFontId(int id);
}