소프트웨어/openGL

freetype 자료모음

개발자_이훈규 2014. 7. 14. 20:09

글씨등에 대한 것.

http://en.wikipedia.org/wiki/Typeface#Digital_type



w3에서 font에 대한 것.

http://www.w3.org/TR/CSS2/fonts.html


truetype outline

http://www.truetype-typography.com/ttoutln.htm


true type hinting

http://www.truetype-typography.com/tthints.htm



true type glyph metics

http://chanae.walon.org/pub/ttf/ttf_glyphs.htm


TrueType doc

https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCkQFjAB&url=https%3A%2F%2Fwww.microsoft.com%2Ftypography%2Ftt%2Fttf_spec%2Fttch01.doc&ei=to7DU7apO8LAlQX564GABg&usg=AFQjCNHPOb_H70wmdFXl4mUmyqvwD1elJQ&sig2=TYqnKpSvKwPi_9gWkIEfig&bvm=bv.70810081,d.dGI&cad=rja


freetype으로 화면에 글자를 출력하는 간단한 소스

http://joejeon.tistory.com/680


freetype으로 화면에 글자를 출력하는 소스 / 코드와 설명이 되어있다.

http://soen.kr/lecture/library/freetype/ft3.htm


pitch의 개념에 대해서

http://cafeblog.search.naver.com/search.naver?sm=tab_hty.top&where=post&ie=utf8&query=bitmap+pitch&x=0&y=0


예제.

http://freetype.sourceforge.net/freetype2/docs/tutorial/example1.c




freetype의 크기에 대해서 

Window에서 소스코드

OpenGL으로 이미지화 하는 소스


FreeType을 이용한 Font 처리


OpenGL 자료인데 이건 엄청 복잡해보인다.


위키북에 FreeType Tutorial

* 자료

Basic Data Types