Closed davelab6 closed 9 years ago
@davelab6 , Please see what has been done already. Few questions. When creating new charmap from font:
73 I LATIN CAPITAL LETTER I
The same about glyphmap. Should it contain glyphs name and id?
uni031F 1279
uni1EE3 861
omega1 594
Where the output should be written to?
stdout, as in my example above
what format should it be?
Lets do both. I've updated the main issue text to add this example,
$ pyfontaine --new-charmap-py NotoSans-Regular.ttf > notosans-regular.py;
$ pyfontaine --new-charmap-txt NotoSans-Regular.ttf > notosans-regular.txt;
Done.
I had to read few articles and wiki pages in order to understand character
vs glyph
and what should be done :)
I am confused by this. Under fontaine/charmaps/internals
there are *.py files, so what they are? charmaps or glyphmaps?
fontaine/charmaps/internals/adobe_latin_1.py
The class name is
class Charmap:
but method is
def glyphs(self):
The method name is misleading and arbitrary :) change it to
def charset:
I have checked functional that already done. It seems that now what left is
Download and run each script over all the Noto fonts to make 2 Noto collections, noto and noto, and check them in
In this check you write noto and noto :) but what exactly noto should be run over on?
See example; the 2 collections are glyphs and chars based
What place I need upload generated python files for Noto?
Same directory as others On 19 Jan 2015 07:12, "Vitaly Volkov" notifications@github.com wrote:
Where to upload generated python files for Noto?
— Reply to this email directly or view it on GitHub https://github.com/davelab6/pyfontaine/issues/51#issuecomment-70484034.
As I understand we then will have about 244 files for one noto font. Is that right?
Which noto font is that? On 19 Jan 2015 11:06, "Vitaly Volkov" notifications@github.com wrote:
As I understand we then will have about 244 files for one noto font. Is that right?
— Reply to this email directly or view it on GitHub https://github.com/davelab6/pyfontaine/issues/51#issuecomment-70517703.
vitaly@vitaly-X550LB:~/Documents/Dave/noto$ ls -lah fonts/individual/hinted/*.ttf | wc -l
94
vitaly@vitaly-X550LB:~/Documents/Dave/noto$ ls -lah fonts/individual/unhinted/*.ttf | wc -l
155
Put them in a noto subfodler? :)
Great!
After #46 is resolved....
The Noto fonts - git repo at http://code.google.com/p/noto - offer a large collection of different writing systems, with carefully curated character and glyph lists. It would be great to compare other fonts to those.
noto-chars
andnoto-glyphs
, and check them inEg