Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I am not quite sure what is romance languages, are these chars in unicode blocks:  

0100-017F Latin Extended-A

0180-024F Latin Extended-B

?

https://unicode-table.com/en/blocks/latin-extended-a/

https://unicode-table.com/en/blocks/latin-extended-b/

The two blocks are only the variant of the Latin chars.

It will be easy to  complete in 12px.

This would be the one I'm referring to: https://unicode-table.com/en/blocks/latin-1-supplement/


Ah I see. I'm working in 10px since I'm using a small resolution for the game so 12px won't work for me. If you ever decide to do it for 10px, let me know and I'm willing to pay for the implementation

(1 edit)

1.

Do you need a CJK environment? Or just need the Latin environment?

Make Latin (or Latin variant) glyphs is easy, even will not to take too much time.

But draw CJK Words(https://en.wikipedia.org/wiki/Chinese_characters

is a time consuming thing.


10px now only have about 500 cjk words. At least 10000 cjk words can provide good support to CJK environment.

(10px have the full support for japanese https://unicode-table.com/en/blocks/katakana/ and https://unicode-table.com/en/blocks/hiragana/ . if you only need to support for japanese and do not need hanzi, it's OK)

But if you only need Latin environment, I can even make one for you separately.


2.

Do you must require the Monospaced?

This means the glyphs must draw in the box with size 4x9 (top and right have 1px margin each, equal 10px halfwidth)


Notice the char: W,M

and there some chars in latin-1-supplement like:

Æ (u00c6)、æ(00E6)

In principle at least 5px can draw a Latin clearly. But 10px Monospaced only have 4px width, so have to omit.

But if you don't care  monospaced, width will no longer be limited, readability will be better.


-------------------------------


I will take a little time to update 10px latin-1-sp blocks  (Monospaced). 

You can try it to see if meets your needs.

(1 edit)

Try version   dev-2021-11-05

https://static.takwolf.com/ark-pixel-font-10px-ttf-v0.0.0-dev-20211105/index.htm...

https://ark-pixel-font.takwolf.com/alphabet-10px.html

Thank you. The latest update is what I was looking for. Only thing it has trouble with is having three "." together as it appears a square.

Happy to purchased this font and gave a little extra.

Thank you very much. I didn't expect you to pay so much!  

If you publish the game, please make sure tell me!

This is a continually updated project, any questions to feedback is welcome.

Hello again. Sorry I'm doing replies but can't seem to find a place where I can privately message you.

By any chance do you take commissions? Want some edits on the px 10 japanese font version.

(1 edit)

What are the feature requests?

Seems my dm in twitter isn't going through.

The engine I'm using doesn't use U+0027 for apostrophes but instead U+2019 so I would like to add all the symbols in the 'General Punctuation' block. I would also like to add the musical symbols (U+2669~U+266F). Lastly I would like to use the "..." three dot ellipse as it's used in english (down) instead of how it's used in japanese (middle)

Deleted 2 years ago