dummy-index

Results 7 comments of dummy-index

I add accented letters (includes cedilla, ogonek, caron, breve), en-dash, em-dash, degree, minus (longer than hyphen-minus), multiply, long s, etc., and kernings. [https://github.com/dummy-index/xkcd-font/tree/brushup/xkcd-script/font](https://github.com/dummy-index/xkcd-font/tree/brushup/xkcd-script/font)

@HughP > as combining diacritics or as composite character/pre-composed characters? Both. precomposition runs based on the Unicode Character Database. [Like a 1647: Diacritics](https://cdn.rawgit.com/dummy-index/xkcd-font/brushup/preview.html?text=r%C3%A9s%C3%BCme%CC%A7%CC%8A%CC%81%CC%81%CC%81%CC%86%0A%09) > a total list of characters [charlist.txt](https://github.com/ipython/xkcd-font/files/5652894/charlist.txt)...

@HughP I'm thinking, but want to change the version number system to such as 1.000 . (my immediate goal is Ver. 1.100, and release candidates are 1.090, 1.091, ...)

Mmm... What is the public API of this font? Which do you think the "Version 1.0" of master corresponds to, 1.0.0 or 0.1.0? Or set the version number of the...

I don't intend to establish another project. At first, there were some reason to hesitate PR-ing. (#34 #36) Now I has been able to build the font file in same...

Why TravisCI fails to run pt2? ``` Traceback (most recent call last): File "pt2_character_classification.py", line 115, in b64_repr = base64.b64encode(char.encode('utf-8')).decode('utf-8') UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0:...

Oh, thank you for your concern. There are a few things to do... 1. "OCH" ligature fails in some application. [Reference](https://learn.microsoft.com/en-us/typography/opentype/spec/features_ko#liga) says liga table must be sorted. (soon) 2. Add...