Home
last modified time | relevance | path

Searched refs:notdef_glyph (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/subset/
Dcff.py95 if options.notdef_glyph and not options.notdef_outline:
D__init__.py1782 if options.notdef_glyph and not options.notdef_outline:
2070 if options.notdef_glyph and not options.notdef_outline:
2297 self.notdef_glyph = True # gid0 for TrueType / .notdef for CFF
2482 if self.options.notdef_glyph:
/external/freetype/src/type1/
Dt1load.c2067 FT_Byte notdef_glyph[] = { 0x8B, 0xF7, 0xE1, 0x0D, 0x0E }; in parse_charstrings() local
2087 error = T1_Add_Table( code_table, 0, notdef_glyph, 5 ); in parse_charstrings()