On a somewhat related note:

Is there a way to test whether a font has an embedded bitmap for the
particular size in question.. that is to say, I want something like

<match target="font">
        <test do I have an embedded bitmap for 
          this font at this size>
        </test>

        <edit name="antialias" mode="assign">
                <bool>false</bool>
        </edit>
</match>

Thereby automatically preferring embedded bitmaps to outlines,
but using antialiased outlines whenever no bitmap is available.

At the moment, I seem to have to figure out which sizes each particular
font provides bitmaps for, and do separate size & family matches for
each font. Kochi Gothic has dot sizes 10-17 whereas MS Gothic has 7-22
for example.

Much appreciated,

Ken 

_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to