diff --git a/README.md b/README.md index f7ae757..5cf1313 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![Font sample](https://github.com/minjaesong/Terrarum-sans-bitmap/blob/master/font_test_3.PNG) +![Cyrillic sample – Russian, Bulgarian, Serbian](https://github.com/minjaesong/Terrarum-sans-bitmap/blob/master/terrarum_sans_cyrillic_2.PNG) + This font is a bitmap font used in my game project, Terrarum (hence the name). It Supports ExtA, Romanian (subset of ExtB), Cyrillic (Russian, Bulgarian, Serbian), Greek, Chinese, Japanese and Korean. 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 the __Font metrics__ section to implement the font metrics correctly on your system. diff --git a/font_test_3.PNG b/font_test_3.PNG index 3eaa53d..27d2402 100644 Binary files a/font_test_3.PNG and b/font_test_3.PNG differ diff --git a/terrarum_sans_cyrillic_2.png b/terrarum_sans_cyrillic_2.png new file mode 100644 index 0000000..527b0e3 Binary files /dev/null and b/terrarum_sans_cyrillic_2.png differ