104105106107108109110
public static Font bebasNeue(final double SIZE) { return new Font(BEBAS_NEUE_NAME, SIZE); } public static Font digital(final double SIZE) { return new Font(DIGITAL_NAME, SIZE); }
108109110111112113114
public static Font digital(final double SIZE) { return new Font(DIGITAL_NAME, SIZE); } public static Font digitalReadout(final double SIZE) { return new Font(DIGITAL_READOUT_NAME, SIZE); }
111112113114115116117
public static Font digitalReadout(final double SIZE) { return new Font(DIGITAL_READOUT_NAME, SIZE); } public static Font digitalReadoutBold(final double SIZE) { return new Font(DIGITAL_READOUT_BOLD_NAME, SIZE); }
115116117118119120121
public static Font digitalReadoutBold(final double SIZE) { return new Font(DIGITAL_READOUT_BOLD_NAME, SIZE); } public static Font dinFun(final double SIZE) { return new Font(DIN_FUN_NAME, SIZE); }
119120121122123124125
public static Font dinFun(final double SIZE) { return new Font(DIN_FUN_NAME, SIZE); } public static Font elektra(final double SIZE) { return new Font(ELEKTRA_NAME, SIZE); }
123124125126127128129
public static Font elektra(final double SIZE) { return new Font(ELEKTRA_NAME, SIZE); } public static Font robotoThin(final double SIZE) { return new Font(ROBOTO_THIN_NAME, SIZE); }
126127128129130131132
public static Font robotoThin(final double SIZE) { return new Font(ROBOTO_THIN_NAME, SIZE); } public static Font robotoLight(final double SIZE) { return new Font(ROBOTO_LIGHT_NAME, SIZE); }
129130131132133134135
} public static Font robotoLight(final double SIZE) { return new Font(ROBOTO_LIGHT_NAME, SIZE); } public static Font robotoRegular(final double SIZE) { return new Font(ROBOTO_REGULAR_NAME, SIZE); }
132133134135136137138
} public static Font robotoRegular(final double SIZE) { return new Font(ROBOTO_REGULAR_NAME, SIZE); } public static Font robotoMedium(final double SIZE) { return new Font(ROBOTO_MEDIUM_NAME, SIZE); }
135136137138139140141
} public static Font robotoMedium(final double SIZE) { return new Font(ROBOTO_MEDIUM_NAME, SIZE); } public static Font robotoBold(final double SIZE) { return new Font(ROBOTO_BOLD_NAME, SIZE); }