From 1a93a80eefc009dd161e530ca9d8bf0b1e79bb27 Mon Sep 17 00:00:00 2001 From: Minjae Song Date: Mon, 13 Feb 2017 16:55:05 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c98bdb2..e42cb54 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Terrarum Sans Bitmap +<< insert sample image here, when it's done >> + This font is a bitmap font used in my game project, Terrarum (hence the name). It Supports ExtA, Romanian (subset of ExtB), Cyrillic, Greek, Chinese, Japanese and Korean. -The font code is meant to be used with Slick2d. If you are not using the framework, please refer to next section to implement the font metrics correctly on your system. +The code for the fonts are meant to be used with Slick2d (extends ```Font``` class). If you are not using the framework, please refer to next section to implement the font metrics correctly on your system. ## Font metrics