Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
Feature requests
»
FreeType GL for infinite font scaling
Print
Pages: [
1
]
Author
Topic: FreeType GL for infinite font scaling (Read 3408 times)
0 Members and 1 Guest are viewing this topic.
elisee
Full Member
Posts: 108
FreeType GL for infinite font scaling
«
on:
August 01, 2011, 04:05:20 pm »
Laurent: thought you might want to have a look at FreeType-GL, sounds like a great way to overcome the need to load fonts at every wanted point size:
http://code.google.com/p/freetype-gl/
From the project page: "A quick OpenGL/Freetype example for displaying a unicode text using a (single) vertex buffer. The idea is simply to tightly pack every necessary glyphs into a single texture and to generate a single vertex buffer to draw the text."
Logged
Laurent
Administrator
Hero Member
Posts: 32498
FreeType GL for infinite font scaling
«
Reply #1 on:
August 01, 2011, 04:13:11 pm »
I already do a similar thing in SFML 2.
Logged
Laurent Gomila - SFML developer
elisee
Full Member
Posts: 108
FreeType GL for infinite font scaling
«
Reply #2 on:
August 02, 2011, 07:20:54 pm »
Ok, cool stuff
Logged
Print
Pages: [
1
]
SFML community forums
»
General
»
Feature requests
»
FreeType GL for infinite font scaling