IceMan81 / gdipp

GDIPP Project exported from code.google.com. 64-bit Executable
https://github.com/IceMan81/gdipp/blob/master/Downloads/gdipp_x64_0.9.1.msi?raw=true
0 stars 0 forks source link

Exclude a font #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How I can exclude a font family from being rendered and smoothed?

I have been touching the <exclude> section with no success

Thanks

Original issue reported on code.google.com by carlosm...@gmail.com on 21 Jul 2011 at 1:42

GoogleCodeExporter commented 9 years ago
Ok, is done this way:

<font name="Courier New.*">
<renderer>0</renderer>
</font>

But has to be placed before <font max_height="72"> line.

Original comment by carlosm...@gmail.com on 24 Jul 2011 at 9:01