index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-font.c
Age
Commit message (
Expand
)
Author
2018-04-25
Support creating both serif and sans-serif CJK fonts in mutool create.
Tor Andersson
2018-04-25
Update CMaps to latest version.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-04-11
Rework how we handle DynaLab tricky fonts in freetype.
Tor Andersson
2018-04-03
Fix error cleanup in pdf_load_font.
Tor Andersson
2018-03-22
Use pdf_add_new_dict family of functions.
Tor Andersson
2018-03-22
Use pdf_dict_put_dict family of functions.
Tor Andersson
2018-03-16
Simplify PDF font creation code.
Tor Andersson
2018-03-16
Add simple fonts with 8-bit greek and cyrillic encodings.
Tor Andersson
2018-03-16
Add simple CJK font creation.
Tor Andersson
2018-03-07
Distinguish between simple and CID font resources in cache.
Tor Andersson
2018-02-06
Bug 698990: Start new run of font width only if not at end.
Sebastian Rasmussen
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2017-11-23
Workaround freetype synthesizing unicode cmaps.
Tor Andersson
2017-11-09
Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.
Robin Watts
2017-07-06
pdf: Drop font descriptor in case of error.
Sebastian Rasmussen
2017-06-22
Use unsigned char arrays in hexdumped data.
Tor Andersson
2017-06-22
Add const to pdf_toname.
Tor Andersson
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Clean up store debug printing.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-03-28
pdf: Use FZ_ERROR_SYNTAX code for syntax errors.
Tor Andersson
2017-03-24
Ensure fz_store_types are all static const.
Robin Watts
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-03-03
Fix 697554: Use the first 'cmap' table that matches.
Tor Andersson
2017-03-03
pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-19
Rename internal headers to follow pattern *-imp.h.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-05
Move fz_font definition to be private.
Robin Watts
2016-09-01
Always use glyph aliases when creating encoding tables.
Tor Andersson
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-09-01
Simplify PDF resource caching table handling.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-22
Use vertical presentation forms.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
Fix typos in various parts of the code.
Sebastian Rasmussen
2016-05-13
Fix double free and memory leak.
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-26
pdfcreate: Use industry font name for built-in fonts.
Tor Andersson
2016-04-12
Silence some warnings in release builds.
Robin Watts
2016-03-23
Compile embedded fonts in separate C files.
Tor Andersson
2016-03-21
Allow building with old versions of freetype.
Tor Andersson
2016-03-07
Fix signed/unsigned comparison warning.
Robin Watts
2016-03-02
Fix mask flags to FT_Get_Advance in ft_width.
Tor Andersson
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-03-01
Use FT_Get_Advance in when loading simple font widths in ft_width.
Tor Andersson
2016-02-29
pdf-font: Remove unused locking
Robin Watts
2016-02-29
Simplify ToUnicode CMap creation.
Tor Andersson
2016-02-29
Fix pdf_add_cid_font_widths to work on glyph indices as intended.
Tor Andersson
[next]