카테고리 없음
freetype 예제 돌려보기
개발자_이훈규
2014. 7. 3. 17:40
freetype을 설치 하고
컴파일은
gcc example.c -o out -I /usr/include/freetype2 -l freetype -lm
으로 한다.