<div dir="ltr"><div><div>Yes, both in pdftex in xetex the stroke colour and fill colour are independent. You can even change the rendering mode of text and print glyph outlines in one colour with a specified line width and fill them with another colour. It is shown in my article:<br>Zdeněk Wagner: Tisk obrysu písma v PDF<br></div>which is available here: <a href="http://bulletin.cstug.cz/bul2013-1.shtml">http://bulletin.cstug.cz/bul2013-1.shtml</a><br></div>It is written in Czech but I hope you can find the code.<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">Zdeněk Wagner<br><a href="http://ttsm.icpf.cas.cz/team/wagner.shtml" target="_blank">http://ttsm.icpf.cas.cz/team/wagner.shtml</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br><div class="gmail_quote">2018-03-21 13:53 GMT+01:00 Philip Taylor (RHUoL) <span dir="ltr"><<a href="mailto:P.Taylor@rhul.ac.uk" target="_blank">P.Taylor@rhul.ac.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The following code applies a 3 pt blue stroke to red-filled glyphs, but has the undesirable side-effect of changing the colour of TeX rules to the stroke colour.  Is it possible, does anyone know, to control the stroke and fill colour of TeX rules (a) independently, and (b) orthogonally to that of TeX glyphs ?<br>
<br>
Philip Taylor<br>
<br>
--------<br>
<br>
% !TeX Program=XeTeX<br>
<br>
\magnification 4096<br>
<br>
\hsize = 210 true mm<br>
\vsize = 297 true mm<br>
<br>
\pdfpagewidth = \hsize<br>
\pdfpageheight = \vsize<br>
<br>
\advance \hoffset by -1 true in<br>
\advance \voffset by -1 true in<br>
<br>
\font \tenrm = "Calibri Bold"<br>
<br>
\let \Hrule = \hrule<br>
\let \Vrule = \vrule<br>
<br>
\def \hrule {\Hrule height 4 true pt depth 4 true pt}<br>
\def \vrule {\Vrule width 8 true pt}<br>
<br>
\topskip 0 pt plus 1 fill<br>
<br>
\special{pdf:bcolor [1.0  0.0 0.0] [0.0 0.0 1.0]} % first defines fill colour, second stroke colour<br>
\special{pdf:literal direct 0.3 w 2 Tr} stroke width followed by rendering mode<br>
<br>
\centerline<br>
    {%<br>
        \vbox spread 1 pc<br>
            \bgroup<br>
                \hsize = 0,210 \hsize<br>
                \hrule<br>
                \vss<br>
                \hbox to \hsize {\vrule \hss Hello\hss \vrule}<br>
                \vss<br>
                \hrule<br>
            \egroup<br>
    }<br>
<br>
\end<br>
<br>
<br>
<br>
------------------------------<wbr>--------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
 <a href="http://tug.org/mailman/listinfo/xetex" rel="noreferrer" target="_blank">http://tug.org/mailman/listin<wbr>fo/xetex</a><br>
</blockquote></div><br></div>