[Open Office] Is it the right place submitting patches to ooo-build?

Funda Wang fundawang at linux.net.cn
Thu Oct 6 12:27:49 EDT 2005


Jody> 	a) Why is 20pts a reasonable threshold to increase the
Jody> 	font's gamma ?
Probably because that glyphs <= 20pt are rendered tighter or lighter
by freetype, especially when rendering the artificial italic style
CJK characters.

Jody> 	b) Why do this ?
Jody> 	-    FT_Int nLoadFlags = FT_LOAD_NO_HINTING | FT_LOAD_NO_BITMAP;
Jody> 	+    FT_Int nLoadFlags = FT_LOAD_DEFAULT | FT_LOAD_TARGET_LIGHT;
Sorry, I cannot answer this question :( As I'm not familiar with freetype.

Jody> 	c) Are those the only code pages that are interesting ?
I'm not sure, but we could at least take making CJK users happier
as a start point :)

Regards.



More information about the Openoffice mailing list