개발자_이훈규
천천히, 빠르게. 개발자의 Repository
개발자_이훈규
전체 방문자
오늘
어제
  • 분류 전체보기 (473)
    • 티스토리 (4)
    • 개발자 뉴스 (2)
    • 소프트웨어 (203)
      • C (7)
      • c++ (25)
      • Objective-C (3)
      • Do it! 반응형 웹디자인 (4)
      • openGL (8)
      • Java (24)
      • Jni (3)
      • Android (9)
      • Wordpress (2)
      • 버그 만난 후 느낀점 (2)
      • Git (3)
      • node js (2)
      • window tablet (1)
      • HTML (3)
      • javascript (3)
      • perl (1)
      • AngularJS (0)
      • JSON (0)
      • Docker (3)
      • python (5)
      • jQuery (1)
      • MFC (4)
      • cocos studio (6)
      • Golang (1)
      • SQLite3 (0)
      • Spring Boot (8)
      • thymeleaf (0)
      • Django (0)
      • iOS (3)
      • skia (0)
      • VBA (0)
      • PHP (2)
      • Oracle (1)
      • JSP (0)
      • R (0)
    • TCP IP (2)
    • 금융 (0)
      • 금융 Study (0)
      • 금융 Archive (0)
      • 금융 Article (0)
    • 개인 프로젝트 (7)
      • gif 홈페이지 만들기 (0)
      • study app만들기 (0)
      • 크롤러 만들기 (1)
      • 카툰 홈페이지 만들기 (1)
      • 외주 홈페이지 만들기 (3)
      • 웹 홈페이지 만들기 (0)
      • 미디어 서버 만들기 (0)
      • 소개팅 어플 만들기 (0)
      • 인스타그램 풀스택 클론 코딩(인강 노트) (0)
      • 주식 모의거래 만들기 (1)
    • html php mysql (0)
    • node.Js (2)
    • 일상 (2)
    • 빈공간 uml 공부 (0)
    • Ubuntu(linux) (12)
    • 맥OS (10)
      • android 설치하기 (2)
    • Programming quizzes (0)
    • IoT (구 유비쿼터스) (16)
      • 라즈베리 파이 (11)
      • 아두이노 (5)
    • 하드웨어 (5)
      • 아수스 비보탭 노트8 asus vivotap no.. (2)
      • 크레마 카르타 (3)
    • 분석할 문장, 구문, 코드 (0)
    • 키보드 (1)
      • 해피해킹 (1)
    • 코드 라이언 (0)
    • 전자기기 (4)
    • Ted (0)
    • NAS (0)
    • 알고리즘 (0)
    • 연합인포맥스 (0)
    • 이벤트 응모함 (4)

블로그 메뉴

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

공지사항

인기 글

태그

  • 설치
  • ubuntu
  • install
  • 방법
  • Example
  • error
  • C
  • 라즈베리 파이
  • 소스
  • 개발
  • Python
  • 우분투
  • 설명
  • 에러
  • Java
  • 예제
  • 코드
  • C++
  • CODE
  • GIT

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
개발자_이훈규

천천히, 빠르게. 개발자의 Repository

소프트웨어/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


opengl을 이용한 렌더링 데모.

http://galhui.tistory.com/attachment/cfile2.uf@23094743513FDE4A251617.gz
http://galhui.tistory.com/search/freetype


freetype의 크기에 대해서 
http://lab.gamecodi.com/board/zboard.php?id=GAMECODILAB_QnA_etc&page=2&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=1770

Window에서 소스코드
http://winapi.co.kr/ApiBoard/content.php?table=tblqa&pk=57931

OpenGL으로 이미지화 하는 소스
http://funnypr.tistory.com/entry/OpenGL-Tutorial-on-using-FreeType-Fonts-in-OpenGL


FreeType을 이용한 Font 처리
http://www.gisdeveloper.co.kr/entry/FreeType%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%9C-Font-%EC%B2%98%EB%A6%AC


OpenGL 자료인데 이건 엄청 복잡해보인다.
http://damianpaz.wordpress.com/2011/10/09/load-truetype-fonts-with-freetype2-and-build-an-opengl-vertex-array-to-render-text/


위키북에 FreeType Tutorial
http://en.wikibooks.org/wiki/OpenGL_Programming/Modern_OpenGL_Tutorial_Text_Rendering_01

* 자료

Basic Data Types
http://refspecs.linux-foundation.org/freetype/freetype-doc-2.1.10/docs/reference/ft2-basic_types.html





저작자표시 비영리 (새창열림)

'소프트웨어 > openGL' 카테고리의 다른 글

[openGL] ubuntu에서 삼각형 출력하기  (0) 2016.09.28
openGL | openGL 3강-빛(1)  (0) 2014.01.10
openGL | openGL 2강-화면(2)  (0) 2014.01.10
openGL | 1강-화면(1)  (0) 2014.01.10
openGL | openGL 0강-설치  (0) 2014.01.10
    '소프트웨어/openGL' 카테고리의 다른 글
    • [openGL] ubuntu에서 삼각형 출력하기
    • openGL | openGL 3강-빛(1)
    • openGL | openGL 2강-화면(2)
    • openGL | 1강-화면(1)
    개발자_이훈규
    개발자_이훈규
    혼자 꽁양꽁양 개발하면서 놀아요~ - 노트같은 블로그

    티스토리툴바