답변1
If you need just some signes, not all of them, get them as graphic files, jgp or png will suit best. I got one glyph as png and made it »reusable« with this code:
\documentclass{article}
\usepackage{xsavebox}
\usepackage{graphicx}
\xsavebox{termina}{\raisebox{-.6ex}{\includegraphics[width=1.3em]{termina}}}
\begin{document}
This Tironian sign \thetermina refers\\ to termination of words. It may be\\ used as
inline text.
\end{document}
Which renders as this: