<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=windows-1252"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Jonathan Kew wrote:<br>
<blockquote cite="mid:3946BE66-66B8-41F5-838A-4DE741A2A440@gmail.com"
 type="cite">
  <pre wrap="">

Phil, the issue you're having is that the xetex option to specify transparency as part of the font colour does not use \special{} commands, it's an extra font property that is only supported by the (Mac-only, not-really-supported) xdv2pdf driver. Currently, at least, the xdvipdfmx driver - which is your only option on non-Mac systems - doesn't implement this.

On the other hand, it is *also* possible to specify transparency via PDF \special{}s. That's what I presume TikZ does, and apparently it works with xdvipdfmx. So you could do the same thing for text in plain xetex by writing the appropriate \special{} commands in your document. (But no, I don't know any details of exactly how to do that - sorry!)
  </pre>
</blockquote>
<br>
OK, thank you for the explanation.  But may I ask a couple of<br>
questions, without wishing to seem unreasonable ?  Given that<br>
xdvipdfmx <i>is </i>now the default driver for XeTeX, and given that<br>
the xdv2pdf driver is both Mac-only and "not really supported",<br>
would it not be possible for you to enhance XeTeX to take advantage<br>
of the features that xdvipdfmx offers and thus emit the necessary<br>
PDF \specials when transparency is called for in the font declaration ?<br>
<br>
As a work-around, I am more than happy to insert the \specials<br>
by hand, but how do I find them ?  There is neither a DVI file on<br>
which to launch DVItype, nor does there appear to be a PDF <br>
equivalent called PDFtype.<br>
<br>
** Phil.<br>
<br>
<br>
<br>
</body>
</html>