Browse Source

Added logo (#47)

* Added logo
* Readme update
Andre Renaud 5 years ago
parent
commit
f5bdc967ad
2 changed files with 8 additions and 1 deletions
  1. 8 1
      README.md
  2. BIN
      pdfgen_logo.png

+ 8 - 1
README.md

@@ -1,5 +1,6 @@
 PDFGen
 ======
+<img src="/pdfgen_logo.png" alt="PDFGen Logo" width="200" align="right"/>
 
 Simple C PDF Creation/Generation library.
 All contained a single C-file with header and no external library dependencies.
@@ -8,7 +9,13 @@ Useful for embedding into other programs that require rudimentary PDF output.
 
 Supports the following PDF features
 * Text of various fonts/sizes/colours
-* Lines/Rectangles/Filled Rectangles/Polygons/Filled Polygons
+* Primitive drawing elements
+    * Lines
+    * Rectangles
+    * Filled Rectangles
+    * Polygons
+    * Filled Polygons
+    * Bezier curves
 * Bookmarks
 * Barcodes (Code-128 & Code-39)
 * PPM Images

BIN
pdfgen_logo.png