1
0
mirror of https://github.com/google/fonts.git synced 2024-12-11 10:02:13 +03:00
Commit Graph

746 Commits

Author SHA1 Message Date
Lasse Fister
9f5f8ecd61 [encodings/Cyrillic] remove 0x04A6 Pemiddlehook-cy and 0x04A7 from Cyrillic-pro for obsolecy. 2017-03-13 20:08:11 +01:00
Lasse Fister
9b175c0845 [tools] temporarily use a python 3 enabled version of google-apputils for testing 2017-03-13 20:08:11 +01:00
Lasse Fister
20c3b734d1 [encodings/util] fix google_fonts.py python3 compatibility 2017-03-13 20:08:11 +01:00
Lasse Fister
a188fcce7b [encodings/util] fix filter_lists.py python3 compatibility 2017-03-13 20:08:11 +01:00
Lasse Fister
042466276d [tools] update fonts_public_pb2.py to support python 3+
had to install protoc, the protocoll buffer compiler:
$ sudo apt install protobuf-complier

then ran:
fonts/tools$ protoc  --python_out=. fonts_public.proto
2017-03-13 20:08:11 +01:00
Lasse Fister
ceaab9c700 [encodings/Latin] Add unencoded and encoded glyph names found in filter lists to Namelists. 2017-03-13 20:08:11 +01:00
Lasse Fister
39da2f6f7a [encodings/Cyrillic] Sync production/nice names, remove duplicates. 2017-03-13 20:08:11 +01:00
Lasse Fister
097c4bce9b [encodings/Cyrillic] Add unencoded and encoded glyph names found in filter lists to Namelists. 2017-03-13 20:08:11 +01:00
Lasse Fister
604d2778cc [encodings/Greek] Sync and clean up production/nice names in filter lists.
Remove duplicates
Replace uni names with nice names in archaic filter list.
2017-03-13 20:08:11 +01:00
Lasse Fister
d135df4fb8 [encodings/Greek] Add unencoded glyph names found in filter lists to Namelists. 2017-03-13 20:08:11 +01:00
Lasse Fister
d9f4b24a58 [tools/util] remove special cases from filter_list testing 2017-03-13 20:08:11 +01:00
Lasse Fister
8523792e6b [tools] Improve parsing of none-encoded entries in Namelists. 2017-03-13 20:08:11 +01:00
Lasse Fister
e44fd8e3c6 [tools] add .travis.yaml to do CI via travis.org 2017-03-13 20:08:11 +01:00
Lasse Fister
2fe6ab1819 [tools/encodings] parse GlyphInfo/GlyphData.xml directly for filter lists tests. 2017-03-13 20:08:11 +01:00
Lasse Fister
92ce1ab8aa [tools/encodings] use unittest for filter lists tests. #678 2017-03-13 20:08:11 +01:00
Lasse Fister
b3ae2c34c3 [tools/encodings] Initial tests for filter lists. #678 2017-03-13 20:08:11 +01:00
Lasse Fister
5e61c78f3b [tools/encodings] include GF-latin-core in GF-greek-core. See graphicore/specimenTools#19 2017-03-13 20:08:11 +01:00
Lasse Fister
7bb841a867 [tools/encodings] keep glyphs names without unicode codepoint 2017-03-13 20:08:11 +01:00
Lasse Fister
ba25b2faa0 [tools/encodings] renamed filter lists. Fixes #686 2017-03-13 20:08:11 +01:00
Lasse Fister
3ff4918772 [tools/encodings] Add chars to GF-latin-plus_unique-glyphs. See #660
Added chars:

0x02B9 ʹ MODIFIER LETTER PRIME
0x02BA ʺ MODIFIER LETTER DOUBLE PRIME
0x2010 ‐ HYPHEN
0x2020 † DAGGER
0x2021 ‡ DOUBLE DAGGER
0x2032 ′ PRIME
0x2033 ″ DOUBLE PRIME
0x2052 ⁒ COMMERCIAL MINUS SIGN
0x27E8 ⟨ MATHEMATICAL LEFT ANGLE BRACKET
0x27E9 ⟩ MATHEMATICAL RIGHT ANGLE BRACKET
2017-03-13 20:08:11 +01:00
Lasse Fister
56a2332d0f [tools/encodings] remove 2016 from novel Glyph Sets directory name. See #660 2017-03-13 20:08:11 +01:00
Lasse Fister
569ca52cf9 [tools/encodings] Separate Latin-Core from Latin-Plus. See #624 2017-03-13 20:08:11 +01:00
Lasse Fister
9836f25b9d [tools] Add #$ include headers to Greek plus and expert. 2017-03-13 20:08:11 +01:00
Lasse Fister
916d2341b3 tools] Update Namelist spec to end proposal stage and with new scripts 2017-03-13 20:08:11 +01:00
Lasse Fister
befebd490a [tools] only use uniode cmaps and sort by charcode. 2017-03-13 20:08:11 +01:00
Lasse Fister
e35137b101 [tools] Output preview characters and avoid duplicates. 2017-03-13 20:08:11 +01:00
Lasse Fister
d085cfd960 [tools] Accept 4 and 5 hex digit codepoints. 2017-03-13 20:08:11 +01:00
Lasse Fister
e57d7142a0 [tools] Format codepoints according to the Namelist spec. 2017-03-13 20:08:11 +01:00
Lasse Fister
72b49bd4d7 [tools] Update Namelist spec to allow 4 or 5 hex digits codepoints. 2017-03-13 20:08:11 +01:00
Lasse Fister
9e6bb182b7 [tools] Implement Namelist header parsing and evaluation of '#$ include' lines. 2017-03-13 20:08:11 +01:00
Lasse Fister
78696ae6d2 [tools] Fix encodings/ethiopic_unique-glyphs.nam: codepoints must be uppercase hex values. 2017-03-13 20:08:11 +01:00
Lasse Fister
aee77f5f87 [tools] Add Namelist include headers to legacy encodings. 2017-03-13 20:08:11 +01:00
Lasse Fister
c0b149e0b4 [tools] Add Namelist include headers. 2017-03-13 20:08:11 +01:00
Lasse Fister
570c368118 [tools] Improve and extend Namelist file format documentation. 2017-03-13 20:08:11 +01:00
sapics
d87a22bc14 Update DESCRIPTION files for deprecated families (#693) (#697) 2017-03-13 11:59:13 -04:00
sapics
7e3aa163b6 Update TRIVIA.md (Alef Hebrew was renamed Alef) (#698) 2017-03-13 11:58:42 -04:00
Dave Crossland
371cc39506 ofl/ekmukta/METADATA.pb Updated 2017-03-06 19:36:03 +00:00
Dave Crossland
19e3ba722a Revert "Add visibility field to tools/fonts_public.proto (#689)" (#692)
This reverts commit 8b4e89c4cf.
2017-03-06 19:34:36 +00:00
sapics
8b4e89c4cf Add visibility field to tools/fonts_public.proto (#689) 2017-03-06 19:19:05 +00:00
Thomas Grainger
6f5248f4cd Fix total download filesize estimate (#690)
It was 8 times bigger than I expected!
2017-03-06 19:16:00 +00:00
Dave Crossland
0c2a677e9b Create README.md 2017-02-27 17:40:38 +08:00
Chez Sick
4186282e6d Update size for download all google fonts (#517) 2017-02-21 22:12:27 +05:30
Marc Foley
5daa9b3547 yaldevicolombo: v1.020 added (#671) 2017-02-21 22:11:06 +05:30
Marc Foley
d0af6794de mina: v1.000 added (#672)
* mina: v1.000 added

* Update DESCRIPTION.en_us.html

* Update METADATA.pb
2017-02-21 19:42:02 +05:30
Marc Foley
36ca1a45b5 poiretone: v1.101 added. (#673)
Fixed napostrophe
2017-02-21 19:38:18 +05:30
Marc Foley
f5f37cea1d postnobillscolombo: v1.220 added (#668) 2017-02-17 13:54:57 -05:00
Marc Foley
dccad00498 postnobillsjaffna: v1.220 added (#669) 2017-02-17 13:54:37 -05:00
Marc Foley
3d6d46b99b gemunulibre: v1.001 added (#667) 2017-02-17 13:43:34 -05:00
Marc Foley
f8dbc76905 abhayalibre: v1.050 added. (#665)
Fixes #460.
2017-02-17 13:43:01 -05:00
Marc Foley
53ad59281d rokkitt: v3.002 added. (#664)
Fixed MM compatibility issues in yen and euro
2017-02-17 13:42:45 -05:00