I attempting to use both arabic and TikZ pictures but, I have four problems:
- The Arabic words appear in reverse order, the first word appears finally ...
- The sentence is not in arc as in the English sentence.
- The numbers appears Idiens digits and not in Arabic.
- Most of the ornaments do not appear or appear in different places.
\documentclass[12pt]{book}
\usepackage{nopageno}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=2cm,bmargin=2cm,lmargin=2.5cm,rmargin=2.5cm}
\setlength{\parskip}{\bigskipamount}
\setlength{\parindent}{0pt}
\usepackage{color}
\usepackage{tikz,pgfornament,tikzrput} % altermundus.com/pages/tkz/tikzrput/
\usetikzlibrary{decorations,decorations.text} % altermundus.com/pages/tkz/ornament/
\usepackage{setspace}
\usepackage{fontspec}
\usepackage{polyglossia}
\usepackage{setspace}
\setdefaultlanguage[numerals=machriq]{arabic}
\setmainlanguage{english}
\setotherlanguage{arabic}
\newfontfamily\arabicfont[Script=Arabic,Scale=1.5
,Mapping=arabicdigits]{Scheherazade}
\begin{document}
\begin{Arabic}
\begin{tikzpicture}
\draw[ultra thick,color=blue] circle[radius=6cm] circle[radius=7cm] ;
\draw[line width=2mm,color=blue] circle[radius=7.4cm] ;
\draw[line width=0.5mm,color=blue] circle[radius=5cm] ;
\path
[rotate=170,postaction={decoration={text along path,text format delimiters={|}{|},text={|\huge| Knowledge Raising House has no Mainstay {\pgfornament[scale=.4,ydelta=-9pt,color=blue]{15}} And Ignorance Destroys House of Glory and Honor {\pgfornament[scale=.4,ydelta=-9pt,symmetry=v,color=blue]{15}}},
text align=fit to path,reverse path}, decorate}]
circle[radius=6.2cm] ;
\rput{-20}(1.5,4.2){\pgfornament[scale=.2,color=blue]{87}}
\rput{20}(-1.5,4.2){\pgfornament[scale=.2,color=blue]{87}}
\rput{-20}(-1.5,-4.2){\pgfornament[scale=.2,color=blue]{87}}
\rput{20}(1.5,-4.2){\pgfornament[scale=.2,color=blue]{87}}
\rput{}(-2.5,-2.75){\pgfornament[scale=.25,color=blue]{10}}
\rput{}(2.5,-2.75){\pgfornament[scale=.25,color=blue]{10}}
\rput{}(0,4){\pgfornament[scale=.2,color=blue]{66}}
\rput{}(0,2){\pgfornament[scale=.3,color=blue]{70}}
\rput{}(0,-3){\pgfornament[scale=.3,color=blue]{70}}
\rput(0,0){\pgfornament[scale=.6,color=blue]{75}}
\rput{-90}(2,0){\pgfornament[scale=.6,color=blue]{72}}
\rput{90}(-2,0){\pgfornament[scale=.6,symmetry=v,color=blue]{72}}
\node[font=\huge,color=blue] at (0,3){} ;
\path
[rotate=218,postaction={decoration={text along path,text format delimiters={|}{|}, text={|\Huge| \AR{والجهل يهدم بيت العز والشرف} {\pgfornament[scale=.4,ydelta=-9pt,color=blue]{15}} 14-12-1968 {\pgfornament[scale=.4,ydelta=-9pt,symmetry=v,color=blue]{15}} \AR{العِلْمُ يرفع بيتًا لا عماد له} {\pgfornament[scale=.4,ydelta=-9pt,color=blue]{15}}},
text align=fit to path,reverse path}, decorate}]
circle[radius=5.2cm] ;
\node[font=\huge,color=blue] at (0,-2){} ;
\end{tikzpicture}
\end{Arabic}
\end{document}
