Skip to content

ksvskushal/freetype2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use the "new" folder.


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.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages