public class CBMFont extends JScreenFont
| Modifier and Type | Field and Description |
|---|---|
static CBMFont |
C128_40
Commodore 128 40-column font.
|
static CBMFont |
C128_80
Commodore 128 80-column font.
|
static CBMFont |
C64_40
Commodore 64 40-column font.
|
static CBMFont |
C64_80
Commodore 64 80-column font.
|
static CBMFont |
CBM_II
Commodore CBM-II font.
|
static char[] |
MIDDLE_FRAME
Characters to draw a frame through the center of character cells.
|
static char[] |
OUTER_FRAME
Characters to draw a frame around the outside of character cells.
|
static CBMFont |
Pet
Commodore PET font.
|
static char[] |
ROUNDED_FRAME
Characters to draw a frame through the center of character cells, with rounded corners.
|
static CBMFont |
VIC20
Commodore VIC-20 font.
|
| Constructor and Description |
|---|
CBMFont(String file,
int pointSize,
String about)
Create a new CBM font.
|
drawChar, getAbout, getCellSize, getFamily, getPointSize, registerFontpublic static final char[] OUTER_FRAME
public static final char[] MIDDLE_FRAME
public static final char[] ROUNDED_FRAME
public static final CBMFont VIC20
public static final CBMFont Pet
public static final CBMFont CBM_II
public static final CBMFont C64_40
public static final CBMFont C64_80
public static final CBMFont C128_40
public static final CBMFont C128_80
Copyright © 2018. All rights reserved.