KurtCode / PDFKitten

A framework for extracting data from PDFs in iOS
MIT License
391 stars 113 forks source link

Search in not woking for some fonts. #51

Open RevanthReddyT opened 11 years ago

RevanthReddyT commented 11 years ago

Search in not woking for the following fonts. can you please help out how to fixe this.

fonts = { R9 = "ZBPUFD+TT15Ct00 {\n\ttype = TrueTypeFont\n\tcharacter widths = 25\n\ttoUnicode = 1\n}\n"; } names = ( R9 )

fonts = { F1 = "UIFRYV+ArialMT {\n\ttype = Type0Font\n\tcharacter widths = 0\n\ttoUnicode = 1\n\tdescendant fonts = 1\n}\n"; F2 = "CBLYWM+Arial-BoldMT {\n\ttype = Type0Font\n\tcharacter widths = 0\n\ttoUnicode = 1\n\tdescendant fonts = 1\n}\n"; } names = ( F1, F2 )

fonts = { "TT1.1" = "QEAUZH+Cambria-Bold {\n\ttype = TrueTypeFont\n\tcharacter widths = 26\n\ttoUnicode = 1\n}\n"; "TT2.1" = "JELXHX+Cambria-BoldItalic {\n\ttype = TrueTypeFont\n\tcharacter widths = 1\n\ttoUnicode = 1\n}\n"; "TT3.1" = "GMBIZN+Cambria {\n\ttype = TrueTypeFont\n\tcharacter widths = 80\n\ttoUnicode = 1\n}\n"; "TT4.1" = "KGXGSE+TimesNewRomanPSMT {\n\ttype = TrueTypeFont\n\tcharacter widths = 1\n\ttoUnicode = 1\n}\n"; } names = ( "TT1.1", "TT2.1", "TT3.1", "TT4.1" )