liushaolin / gdipp

Automatically exported from code.google.com/p/gdipp
0 stars 0 forks source link

Setting to filter the font or font subset that gdipp renders #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which program triggers the problem? Specify the filename if possible.
All programs

What steps will reproduce the problem?
1.Simply by running gdipp

What is the expected output? What do you see instead?
gdipp renders East Asian fonts really beautifully however it makes Western
fonts blurry. I hope there is a setting to make gdipp render Asian Fonts
only, or allow us to specify which fonts gdipp renders. 

What version of gdipp are you using? On what operating system (bitness)?
Version 0.76 64bit on Windows 7 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by fated.qu...@gmail.com on 7 May 2010 at 5:17

GoogleCodeExporter commented 9 years ago
Filtering fonts by script is a good idea to enhance flexibility. Actually, this 
idea
was experimented before the chain-regex filter mechanism was firstly introduced.
However, the font script returned by the Windows API was not as expected. There 
might
be bug in either API or gdipp code. I may revisit this idea in the future, 
however
any outcome cannot be guaranteed now.

Original comment by crendk...@gmail.com on 10 May 2010 at 8:50