"Created by me using freely available fonts and latex, and touched up in the gimp. I think I can GFDL this."
Slovenščina: Tabela z runami za sistema Angerthas Daeron in Angerthas Moria, ki sta predstavljena v dodatku E v Gospodarju prstanov. Nekateri znaki imajo različne glasovne vrednosti za vilinske in škratje jezike.
LaTeX source (not pretty, but there ya go):
\documentclass[twocolumn]{article}
\newcommand\cirthfamily{\usefont{U}{angerthas}{m}{n}}
\renewcommand{\arraystretch}{1.2}
\def\dot{\char"5F}
\def\dots#1{%
\setbox0=\hbox{#1}%
\vbox to 0pt{\vskip .1ex\hbox to \wd0{\hfill\dot\dot\hfill}\vss}%
\vbox{\moveleft\wd0\box0}}
\begin{document}
\cirthfamily
\begin{tabular}{|c|c|c|c|}
\hline
p & Z & L & e \\
b & \dots{z} & l & E \\
f & c & \dots{D} & {a} \\
v & g & h & A \\
W & K & s & o \\
m & G & N & {O$\,$O} \\
\dots{M} & \dots{n} & [ & \dots{\char'366$\,\,$\char'366} \\
t & q & \dots{\char'134~\char'135} & \char'176 \\
d & Q & i & \char'173 \\
\char"FE & = & Y & \char'353 \\
\char'360 & \char"3E & y & \dots{\char'175} \\
\dots{r} & ? & u & P \\
C & \dots{\char'057} & U & T \\
j & J & w & \char'174 \\
S & R & \char'374\char'374 & \char'046 \\
\hline
\end{tabular}
\end{document}
"Created by me using freely available fonts and latex, and touched up in the gimp. I think I can {{GFDL}} this. LaTeX source (not pretty, but there ya go): <pre> \documentclass[twocolumn]{article} \newcommand\cirthfamily{\usefont{U}{angerthas}{m}{n}}