def glyphs(self):
     glyphs = codepointsInNamelist(
         "charsets/internals/google_glyphsets/Greek/GF-greek-archaic.nam")
     return glyphs
 def glyphs(self):
     glyphs = codepointsInNamelist("charsets/internals/google_glyphsets/Cyrillic/GF-cyrillic-historical_unique-glyphs.nam")
     return glyphs
Beispiel #3
0
 def glyphs(self):
     glyphs = codepointsInNamelist(
         "charsets/internals/google_glyphsets/GF-latin-core_unique-glyphs.nam"
     )
     return glyphs
 def glyphs(self):
     glyphs = codepointsInNamelist(
         "charsets/internals/google_glyphsets/GF-latin-plus_optional-glyphs.nam"
     )
     return glyphs
 def glyphs(self):
     glyphs = codepointsInNamelist("charsets/internals/google_glyphsets/Greek/GF-greek-ancient-musical-symbols.nam")
     return glyphs