با عرض سلام
این اولین سوالم بود تونستم تقریباً مشابه اون رسم کنم از دوستان خواهشمند است که طرز قرار گرفتن متن بطور شکل فوق مرا یاری بفرمایند.
با تشکر
\documentclass[12pt,a4paper]{report}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{bbding,fourier}
%\usepackage{rotate,rotating}
\usepackage{xepersian}
\settextfont[Scale=1.5]{XB Zar}
\defpersianfont\nastaliq[Scale=1.7]{IranNastaliq}
\pagestyle{empty}
\begin{document}
\begin{center}
\begin{tikzpicture}[x=0.5cm,y=0.5cm,scale=1.5]
\draw(0,0) node {\Huge\color{blue} {\LaTeX}};
\foreach \angle in { 0,20,...,340 }{
\draw [rotate around={\angle:(0,0)}] (3,0) node{\color{green} {\Large\FiveFlowerOpen}}--cycle; }
\foreach \angle in { 0,20,...,340 }{
\draw [rotate around={\angle:(0,0)}] (5,0) node{\color{blue} {\nastaliq\text{مهدی}}}--cycle; }
\foreach \angle in { 0,20,...,340}{
\draw [rotate around={\angle:(0,0)}] (7,0) node{{\Large \color{yellow} {\floweroneright}}\;\color{magenta} {\nastaliq\text{هاشمی}}
}--cycle;}
\foreach \angle in { 0,20,...,340}{
\draw [rotate around={\angle:(0,0)}] (10,0) node{\color{cyan} {\nastaliq\text{هنر لاتکس}}}--cycle; }
\end{tikzpicture}
\end{center}
\end{document}
خروجی: