Linked by Thom Holwerda on Tue 12th Jan 2010 13:31 UTC
Permalink for comment 403722
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



Member since:
2005-08-29
I wrote a little image program using freetype lib ( I think OO uses this library?) and the library does the font rendering work. After that, u can do some bit-blitting to some display buffer or the like. Sure, u can use many options for font rendering, like kerning, width and height of text, and some another cool options. But I was looking for a "weight" of text... and I didn't find anything. Not in the freetype doc here: http://freetype.sourceforge.net/freetype2/documentation.html
The only thing from here is to read font data and program the text rendering yourself instead.
I think OpenOffice is using freetype internal text rendering funcs. Would be better if OO programmers could develop their own text render capabilites instead freetype ones....
Edited 2010-01-12 16:16 UTC