I like to draw a \fbox{..} which is colored. The xcolor package gives
\fcolorbox{<frame color>}{<background color>}{<text>}
But this forces me to set a background color. I like to have the background not filled at all, but simply the frame drawn in a color. Setting it to the paper color (white normally) would be a workaround but doesn't work for shaded backgrounds.
Is there another macro for this or a possibility to set <background color> to transparent or have it ignored?
PS: I like to do this without using anything as big as TikZ or PSTricks. This is actually for use in a package and shouldn't force users to also load these packages.



;-)– Caramdir Jul 13 '11 at 03:15\tikz[baseline]\node[anchor=base,draw=red]{hello};– Leo Liu Jul 13 '11 at 05:00