I wanna change to the font called "Augie", and I usually use command
\fontfamily{augie}\selectfont
which does not work for the following case, and I have no idea to change the color of the text, and font size as well.Code: Select all
Code, edit and compile here:
\documentclass[landscape]{article}%\usepackage{babel}\usepackage[T1]{fontenc}\usepackage{graphicx}\usepackage[absolute,overlay]{textpos}\usepackage{listings}\usepackage{xcolor}\usepackage{tikz}\usepgfmodule{decorations}\usetikzlibrary{patterns}\usetikzlibrary{decorations.shapes}\usetikzlibrary{shapes.geometric}\usetikzlibrary{decorations.text}\begin{document}\DeclareFixedFont{\pb}{T1}{pbk}{b}{n}{5cm}\mbox{}\begin{textblock*}{200mm}[0.2,0.5](67mm,33mm)\catcode`\|12\begin{tikzpicture}%\draw [help lines] (4,4)grid (0,2);\fill [draw=none,fill=none,postaction={decorate,decoration={raise=8pt,text along path,text=around and around and around and around we go we go we go we go we go we go we go we go we go we go we go}}](0,1) arc (180:-180:3.5cm and 2.4cm);\end{tikzpicture}\end{textblock*}\end{document}