Kalervo Kujala
|
a84fbb9eb2
|
Fix a couple of closure names.
|
13 years ago |
notmasteryet
|
851220074d
|
Checking if it's a true symbolic truetype font
|
13 years ago |
notmasteryet
|
72355121a0
|
Don't print missing symbols in the font
|
13 years ago |
Kalervo Kujala
|
8e060bdbca
|
Use [] instead of new Array(...).
|
13 years ago |
Brendan Dahl
|
37fef69e5e
|
Remove slice.
|
13 years ago |
Kalervo Kujala
|
ed2bcf0ffa
|
Add protection against malicious code in font loader.
|
13 years ago |
Kalervo Kujala
|
eb4ec7899a
|
Remove unreachable logic after error(...) is called.
The function error(...) always throws so there is no need to return separately
or have an else branch.
|
13 years ago |
Brendan Dahl
|
6f5baaa60b
|
Fix names, remove debug function.
|
13 years ago |
notmasteryet
|
73c9f8797b
|
Add missing .link files; minor fix
|
13 years ago |
notmasteryet
|
a66b1a7ad3
|
Fix unicode re-assignment; MacRomanEncoding detection
|
13 years ago |
Julian Viereck
|
fd2ab059d3
|
Rename IRQueue and codeIR -> operatorList
|
13 years ago |
Julian Viereck
|
889d6d100a
|
Cleanup font loading.
|
13 years ago |
notmasteryet
|
2508d2c12b
|
Verify the names parameter
|
13 years ago |
notmasteryet
|
19b670458e
|
Remove empty gryphs; improve glyph unicode movements
|
13 years ago |
Brendan Dahl
|
adee28b2ec
|
Fix font matrix.
|
13 years ago |
Brendan Dahl
|
cca0241532
|
Slight rename.
|
13 years ago |
Brendan Dahl
|
ce53b1b018
|
CFF Parser and Compiler.
|
13 years ago |
notmasteryet
|
ab3107e8e0
|
Optimization
|
13 years ago |
notmasteryet
|
38e3f32557
|
Add and fix pdfkit_compressed.pdf
|
13 years ago |
notmasteryet
|
8cb8de3092
|
Lint error
|
13 years ago |
notmasteryet
|
a6b9efc06b
|
Re-encode cmap based on post table or current encoding; fix GlyphsUnicode table entries
|
13 years ago |
notmasteryet
|
2cc89735ae
|
Fixing cap1 statement
|
13 years ago |
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
|
8f3b198c23
|
Check if glyph are stored outside the glyf table
|
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 |