Skip to content
/ ezdib Public
forked from xiongyihui/ezdib

Addressing importing fonts to ezdib. Improving source file organization and font structure.

License

Notifications You must be signed in to change notification settings

head5man/ezdib

 
 

Repository files navigation

To use this library, just copy ezdib.h and ezdib.c 
into your project and go!

See main.c for examples.
See ezdib.c for options you may want to customize

//------------------------------------------------------------------
// Building the examples using make
//------------------------------------------------------------------

// Linux / Mac / posix release
make

// Linux / Mac / posix debug
make TGT=debug

// Windows static release from linux or cygwin, 
// substitute your prefix for PR
make TGT=windows-static PR=i686-pc-mingw32-

// Windows static debug
make TGT=windows-static-debug PR=i686-pc-mingw32-

//------------------------------------------------------------------
// Notes
//------------------------------------------------------------------

I learned about this project from article authored by 
[https://www.codeproject.com/Members/Robert-Umbehant]

https://www.codeproject.com/Articles/363908/Simple-two-file-graphics-library-for-C-Cplusplus

This branch baselines revision "@5 - publicly available 	No 	17-Apr-12 6:55 	Available"

//------------------------------------------------------------------

About

Addressing importing fonts to ezdib. Improving source file organization and font structure.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C 95.8%
  • Makefile 4.2%