We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a621f16 commit e4aef83Copy full SHA for e4aef83
1 file changed
README.md
@@ -10,16 +10,24 @@ All contained a single C-file with header and no external library dependencies.
10
Useful for embedding into other programs that require rudimentary PDF output.
11
12
Supports the following PDF features
13
-* Text of various fonts/sizes/colours/rotation
+* Text of various fonts/sizes/colours/rotation (including TrueType Fonts)
14
* Primitive drawing elements
15
* Lines
16
* Rectangles
17
* Filled Rectangles
18
* Polygons
19
* Filled Polygons
20
* Bezier curves
21
-* Bookmarks
22
-* Barcodes (Code-128 & Code-39)
+ * Circles / Ellipses
+ * 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
31
* Embedded images
32
* PPM/PGM (binary format only)
33
* JPEG
0 commit comments