Package org.omegat.util.gui
Class FontUtil
java.lang.Object
org.omegat.util.gui.FontUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic FontUIResourcecreateCompositeFont(String family, int style, int size) static Stringstatic intstatic FontUIResourceGet default unscaled font.static FontUIResourceGet default font scaled.
-
Method Details
-
getDefaultFont
Get default unscaled font.- Returns:
- default font.
-
getConfiguredFontName
-
getScaledFont
Get default font scaled.- Returns:
- default scaled font as FontUIResource.
-
getConfiguredFontSize
public static int getConfiguredFontSize() -
createCompositeFont
-