Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dsubset.py1298 if options.notdef_glyph and not options.notdef_outline:
1331 if options.notdef_glyph and not options.notdef_outline:
1834 notdef_glyph = True # gid0 for TrueType / .notdef for CFF variable in Options
1973 if self.options.notdef_glyph:
/external/pdfium/third_party/freetype/src/type1/
Dt1load.c1795 FT_Byte notdef_glyph[] = { 0x8B, 0xF7, 0xE1, 0x0D, 0x0E }; in parse_charstrings() local
1815 error = T1_Add_Table( code_table, 0, notdef_glyph, 5 ); in parse_charstrings()