我怎样才能用 LaTeX 实现潮流文字反射效果如下图所示?
答案1
这是一个解决方案:
\documentclass[tikz,margin=2mm]{standalone}
\usetikzlibrary{fadings}
\begin{document}
\begin{tikzpicture}
\def\mytext{Reflec\textcolor{red}{t}ion}
\tikzset{mynode/.style={anchor=south,inner sep=0,font=\ttfamily\Huge}}
\node[mynode]{\mytext};
\node[scope fading=south,opacity=0.4,yscale=-1,mynode]{\mytext};
\end{tikzpicture}
\end{document}
笔记:要消除节点与其反射之间的间隙,您可以使用anchor=base
或line width=0
。
笔记2:与 Inkscape 不同,TikZ 不知道真的字形的边界框: