HyperHCl / gdipp

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

Exclude a font #181

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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 8 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