22 package com.realtime.crossfire.jxclient.gui.log;
25 import org.jetbrains.annotations.NotNull;
67 public Fonts(@NotNull
final Font fontPrint, @NotNull
final Font fontFixed, @NotNull
final Font fontFixedBold, @NotNull
final Font fontArcane) {
final Font fontArcane
The font to use for FontID#ARCANE text.
final Font fontPrint
The font to use for FontID#PRINT, FontID#HAND, and FontID#STRANGE text.
Font getFontPrint()
Returns the font to use for FontID#PRINT, FontID#HAND, and FontID#STRANGE text.
final Font fontFixed
The font to use for FontID#FIXED text.
final Font fontFixedBold
The font to use for FontID#FIXED text which has bold enabled.
Font getFontFixed()
Returns the font to use for FontID#FIXED text.
Fonts(@NotNull final Font fontPrint, @NotNull final Font fontFixed, @NotNull final Font fontFixedBold, @NotNull final Font fontArcane)
Creates a new instance.
Font getFontArcane()
Returns the font to use for FontID#ARCANE text.
Font getFontFixedBold()
Returns the font to use for FontID#FIXED text which has bold enabled.