mirror of
https://github.com/google/fonts.git
synced 2024-11-28 11:00:21 +03:00
8fa153fbda
Users report problems with our fonts as wordpress and other rich text systems automatically replace 3 `.` with the unicode character `…`, so I propose to add this to the latin subsets where available, and in time add it to all the fonts |
||
---|---|---|
.. | ||
arabic_unique-glyphs.nam | ||
cyrillic_unique-glyphs.nam | ||
cyrillic-ext_unique-glyphs.nam | ||
devanagari_unique-glyphs.nam | ||
greek_unique-glyphs.nam | ||
greek-ext_unique-glyphs.nam | ||
hebrew_unique-glyphs.nam | ||
khmer_unique-glyphs.nam | ||
lao_unique-glyphs.nam | ||
latin_unique-glyphs.nam | ||
latin-ext_unique-glyphs.nam | ||
myanmar_unique-glyphs.nam | ||
namelist.py | ||
README.md | ||
telugu_unique-glyphs.nam | ||
vietnamese_unique-glyphs.nam | ||
wgl-latin.enc |
This directory contains 'namelist' files, that list unicode characters followed by glyph names or glyph descriptions.
The Google Fonts API uses these files in combination with pyftsubset to generate script subsets from the full .ttf
files in this repository.
That use requires that each line must start with 0x
and then have 4 uppercase hex digits; what follows is an arbitrary description to the end of the line.
Comments are lines starting with #
.
A python script, [namelist.py](namelist.py)
can generate these files:
namelist.py Font.ttf > NameList.nam
The [wgl-latin.enc]
file can be used by Fontlab Studio 5, and represented Microsoft's Windows Glyph List 4 glyph set.