diff --git a/README.md b/README.md index dcac972..02bd75c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ The code for the fonts are meant to be used with Slick2d (extends ```Font``` cla The issue page is open. If you have some issues to submit, or have a question, please leave it on the page. + +## Contribution guidelines + +You can contribute to the font by fixing wrong glyphs, suggesting better ones, extending character set (like Latin Extended B), or code for other game frameworks such as LibGDX. Please leave pull request for that. + +Font images are stored in ```assets/graphics/fonts``` directory. Image format must be TGA with Alpha, no PNG. + + ## Using on Slick2d On your code (Kotlin): diff --git a/assets/graphics/fonts/LatinExtA_variable.tga b/assets/graphics/fonts/LatinExtA_variable.tga new file mode 100644 index 0000000..d15d8a9 Binary files /dev/null and b/assets/graphics/fonts/LatinExtA_variable.tga differ diff --git a/assets/graphics/fonts/ascii_variable.tga b/assets/graphics/fonts/ascii_variable.tga new file mode 100644 index 0000000..83c909a Binary files /dev/null and b/assets/graphics/fonts/ascii_variable.tga differ diff --git a/assets/graphics/fonts/cjkpunct.tga b/assets/graphics/fonts/cjkpunct.tga new file mode 100644 index 0000000..ff72b85 Binary files /dev/null and b/assets/graphics/fonts/cjkpunct.tga differ diff --git a/assets/graphics/fonts/cyrilic_variable.tga b/assets/graphics/fonts/cyrilic_variable.tga new file mode 100644 index 0000000..0140702 Binary files /dev/null and b/assets/graphics/fonts/cyrilic_variable.tga differ diff --git a/assets/graphics/fonts/fullwidth_forms.tga b/assets/graphics/fonts/fullwidth_forms.tga new file mode 100644 index 0000000..5ab7153 Binary files /dev/null and b/assets/graphics/fonts/fullwidth_forms.tga differ diff --git a/assets/graphics/fonts/greek_variable.tga b/assets/graphics/fonts/greek_variable.tga new file mode 100644 index 0000000..b26ab5f Binary files /dev/null and b/assets/graphics/fonts/greek_variable.tga differ diff --git a/assets/graphics/fonts/hangul_johab.tga b/assets/graphics/fonts/hangul_johab.tga new file mode 100644 index 0000000..e252964 Binary files /dev/null and b/assets/graphics/fonts/hangul_johab.tga differ diff --git a/assets/graphics/fonts/kana.tga b/assets/graphics/fonts/kana.tga new file mode 100644 index 0000000..eb145a5 Binary files /dev/null and b/assets/graphics/fonts/kana.tga differ diff --git a/assets/graphics/fonts/romana_narrow.tga b/assets/graphics/fonts/romana_narrow.tga new file mode 100644 index 0000000..0385cf3 Binary files /dev/null and b/assets/graphics/fonts/romana_narrow.tga differ diff --git a/assets/graphics/fonts/romana_wide.tga b/assets/graphics/fonts/romana_wide.tga new file mode 100644 index 0000000..7490692 Binary files /dev/null and b/assets/graphics/fonts/romana_wide.tga differ diff --git a/assets/graphics/fonts/unipunct.tga b/assets/graphics/fonts/unipunct.tga new file mode 100644 index 0000000..344d6f8 Binary files /dev/null and b/assets/graphics/fonts/unipunct.tga differ diff --git a/assets/graphics/fonts/wenquanyi_11pt_part1.tga b/assets/graphics/fonts/wenquanyi_11pt_part1.tga new file mode 100644 index 0000000..86c9d21 Binary files /dev/null and b/assets/graphics/fonts/wenquanyi_11pt_part1.tga differ diff --git a/assets/graphics/fonts/wenquanyi_11pt_part2.tga b/assets/graphics/fonts/wenquanyi_11pt_part2.tga new file mode 100644 index 0000000..6a0658c Binary files /dev/null and b/assets/graphics/fonts/wenquanyi_11pt_part2.tga differ