答案1
这是使用 TikZ 的一种方法。
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{fadings}
\begin{document}
100
\tikz[baseline=(A.base)]{\node[opacity=0](A) {centavos};
\shade[inner color=blue] (A.south east) rectangle (A.north west);
\path (A.center) \pgfextra{\pgftext{centavos}};}, represented by
\end{document}