summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-encoding.c
AgeCommit message (Collapse)Author
2018-11-13Add more encoding tables.Tor Andersson
Add tables for Windows-1250, Windows-1251, and ISO-8859-1. Also add unicode_from_encoding tables. Move encodings from PDF namespace to Fitz.
2018-07-05Use real WinAnsi encoding when writing appearance stream text.Tor Andersson
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
Use KOI8-U for Cyrillic, and ISO 8859-7 for Greek. Use with 'mutool create' using an extra argument to the %%Font directive: %%Font TmRmC Times-Roman Cyrillic BT /TmRmC 16 Tf 10 10 Td <fa c4 d2 c1 d7 d3 d4 d7 d5 ca d4 c5 21> Tj ET The alternatives are "Latin", "Greek", and "Cyrillic".
2017-08-17Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson
2017-05-19Fall back to encoding the glyph index as ASCII in Type3 fonts.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-03pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding.Tor Andersson
When encoding truetype fonts via the mac roman cmap table, we should be using the additional entries introduced in PDF 1.5, which are different from the standard MacRomanEncoding table in the appendix.
2016-04-26Optimize pdf_lookup_agl.Tor Andersson
2016-01-05Clean up trailing whitespace.Tor Andersson
2015-07-27Limit font encoding differences to unicode.Sebastian Rasmussen
Previously encoding differences were allowed outside the valid unicode codepoint range. Fixes one issue from bug 696012.
2013-06-20Rearrange source files.Tor Andersson