summaryrefslogtreecommitdiff
path: root/tests/make_bitmap/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/make_bitmap/README')
-rw-r--r--tests/make_bitmap/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/make_bitmap/README b/tests/make_bitmap/README
deleted file mode 100644
index daeaa79a7..000000000
--- a/tests/make_bitmap/README
+++ /dev/null
@@ -1,15 +0,0 @@
-To compile and execute
-
-gcc example1.c ksvsk.c murmur3.c -Wall -I /usr/local/include/freetype2/ -lfreetype -o example1
-./example1 <font_file> <pt_size> <character>
-
-gcc example2.c ksvsk.c murmur3.c -Wall -I /usr/local/include/freetype2/ -lfreetype -o example2
-./example2 <font_file> <pt_size>
-
-
-NOTE
-
--> DONOT use Get_Padding render MONO / GRAYSCALE bitmaps.
- Use FT_Bitmap_Convert to make the width of bitmap a multiple of 4 bytes and then write it to file.
-
-