about summary refs log tree commit diff
path: root/lib/libpbmfont0.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix double-free crash with -fontgiraffedata2020-07-211-4/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3898 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Don't free selector when there isn't one - bug from recent commitgiraffedata2020-06-021-4/+7
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3828 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* From a BDF font file, load only the characters that are needed instead of ↵giraffedata2020-05-281-26/+57
| | | | | | the full font git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3811 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* cleanupgiraffedata2018-10-021-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3372 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add Akira's contribution to public domaingiraffedata2018-07-051-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3292 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Rewrite font processing for proper memory management; make built-in fonts ↵giraffedata2018-07-041-0/+333
work with wide characters; fix wild pointer dereference with invalid BDF input git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3291 9d0c8265-081b-0410-96cb-a4ca84ce46f8