Skip to content

Commit e4aef83

Browse files
committed
README updates
1 parent a621f16 commit e4aef83

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,24 @@ All contained a single C-file with header and no external library dependencies.
1010
Useful for embedding into other programs that require rudimentary PDF output.
1111

1212
Supports the following PDF features
13-
* Text of various fonts/sizes/colours/rotation
13+
* Text of various fonts/sizes/colours/rotation (including TrueType Fonts)
1414
* Primitive drawing elements
1515
* Lines
1616
* Rectangles
1717
* Filled Rectangles
1818
* Polygons
1919
* Filled Polygons
2020
* Bezier curves
21-
* Bookmarks
22-
* Barcodes (Code-128 & Code-39)
21+
* Circles / Ellipses
22+
* Custom Paths
23+
* Bookmarks / Links
24+
* Barcodes
25+
* Code-128
26+
* Code-39
27+
* EAN-13
28+
* UPC-A
29+
* EAN-8
30+
* UPC-E
2331
* Embedded images
2432
* PPM/PGM (binary format only)
2533
* JPEG

0 commit comments

Comments
 (0)