88 Commits (42a428af8820d2ec232e6744c36d14fa2f569e5a)

Author SHA1 Message Date
notmasteryet 31d8d13ba2 Fix merge with symbol font fix (part 2) 13 years ago
notmasteryet 7cad586e63 Fix merge with symbol font fix 13 years ago
Brendan Dahl b9cd526a35 Remove bad chars instead of replaces all. 13 years ago
notmasteryet a46a684935 Moving all symbolic font glyphs into 0xF000 - 0xF0FF range 13 years ago
notmasteryet 26b58c0e4f Properly build toFontChar 13 years ago
notmasteryet b4e3554af2 Remove debug code 13 years ago
Brendan Dahl b6e4fc771f Fix bad chars in Type2CFF font names. 13 years ago
notmasteryet 2703f3f692 Fixing first glyph index 13 years ago
notmasteryet 5efccea2af Using the first glyph code to detect the base glyph offset. 13 years ago
notmasteryet 321750bba6 Sets proper unicode range for symbols; sanitize no-glyphs fonts 13 years ago
notmasteryet 6c7e7df6da linting 13 years ago
notmasteryet 16bd59edf0 Separating fontChar and unicode 13 years ago
Brendan Dahl 9fe5eff905 Combining Yury's and my debugging tools. 13 years ago
notmasteryet 3cd4159489 Sanitizing the glyphs to avoid OTS rejections 13 years ago
notmasteryet 00f6f0e096 Remove lazy encoding initialization 13 years ago
Adil Allawi 2e1a88f39e Handle bidi ordering of PDF strings 13 years ago
notmasteryet d50773fb96 Fixing ToUnicode parsing; workaround for invalid UTF16 encoding 13 years ago
Brendan Dahl 58a697697f Fix closing script tag. 13 years ago
notmasteryet 5415fed14d Mapping well-known chars to the similar equivalents in the normal characters range 13 years ago
notmasteryet 10a0a60f8e Fixing symbols encoding 13 years ago
notmasteryet dd066f8369 Fixing standard encoding mapping 13 years ago
Artur Adib b34c55cc3c Use ES5 .trim() 13 years ago
notmasteryet c6662d12e1 Changing glyphNameMap and GlyphUnicode lookup order 13 years ago
Artur Adib 86de8aca33 Nit 13 years ago
Artur Adib 66eff7a5cb more robust fontMatrix parsing, error checking 13 years ago
notmasteryet 85a0eccc7e Fallback map of the "non-standard" fonts 13 years ago
notmasteryet 2927f5e7bd Fixes type2 fonts conversion (#940) 13 years ago
notmasteryet 8b52b50c67 Use .sheet property instead of document.styleSheets 13 years ago
notmasteryet 09dfde69a2 Duplicate short map into private use area 13 years ago
notmasteryet 933be30c3a Converting MacRoman symbols to Unicodes 13 years ago
notmasteryet 550819b829 fix serif and symbol attribute detection for standard fonts 13 years ago
notmasteryet a84fa13189 using font flags to recognize the symbol and serif fonts; using the encoding instead of predefined MacRoman in TrueType fonts 13 years ago
Christian Legnitto 03e39363b6 Add the style element to the head rather than first element in the document, as the first element could be a comment and this would line would then throw 13 years ago
notmasteryet 45ef8742ac type3 font.coded comment; proper geometery for showText; glyph name 14 years ago
notmasteryet bed87284db Fixing Type3 text layer creation and character spacing 14 years ago
notmasteryet 315b089b28 (#919) Fixing toUnicode mapping for TrueType fonts with identity mapping 14 years ago
notmasteryet 240bde97b2 Using 'in' instead of array index 14 years ago
Kalervo Kujala 1ef4c94de2 Name all constructors. 14 years ago
notmasteryet 301a6795db (#906) fixing glyph width defined by glyph name 14 years ago
notmasteryet fa18c8022e remove glyph references outside range of avaialable glyphs 14 years ago
notmasteryet 18db087f79 Fixing TrueType code-glyph assigmnent to pass sanitizer 14 years ago
notmasteryet 7d64d3168f Revert int16 clamping for horizontal metrics 14 years ago
notmasteryet 9234c315d5 Fix the unicode symbols on the text layer 14 years ago
notmasteryet fe02078c9d Fixing missing text (#886) 14 years ago
notmasteryet b8a5d6b8a7 Use unicode mapping cmap when simple identity cmap was originally used 14 years ago
Julian Viereck cf7d4503d6 Address review comments: Introduce new CanvasGraphics.putBinaryImageData and make sure feature detection work always 14 years ago
notmasteryet 3ea81bf0a6 (#867) Set Type3 font encoding; enable text selection testing 14 years ago
notmasteryet bb6e5c6e00 (#840) fix font stretching and overlapping characters encoding 14 years ago
notmasteryet 0414c0711f Fixing base encoding presence detection; character width scale 14 years ago
notmasteryet 683a8f0de8 Remove indexOf, using reverse map instead 14 years ago