ゴシック体アルファベット、フラクトゥール体ではない

ゴシック体アルファベット、フラクトゥール体ではない

実際のゴシック文字(西ゴート族や東ゴート族が使用していたアルファベット)を .tex ファイルに含めたいのですが(例:

答え1

これは、個別の回答というよりは、David の回答に対する補足ですが、私のコメントに関する質問には、コメントで説明できる以上のスペースが必要です。

以下は、Junicode マニュアルから抜粋して簡略化した小さな例です。

% compile with lualatex or xelatex
\documentclass[12pt,a5paper]{book}
\usepackage{fontspec,microtype}
\setmainfont{Junicode}[
  Contextuals=Alternate,
  Numbers=OldStyle,
  SmallCapsFeatures={LetterSpace=7}]
\AtBeginDocument{\setlength{\parindent}{1em}}
\begin{document}
ss19 produces Gothic letters automatically from transliterated text,
while ss20 produces Latin letters from Gothic. Example:
{\addfontfeatures{StylisticSet=19}jabai auk ƕas gasaiƕiþ þuk þana
  habandan kunþi in galiuge stada anakumbjandan, niu miþwissei is
  siukis wisandins timrjada du galiugagudam gasaliþ matjan?}

You can also enter Gothic text directly, without using a stylistic
set. Example: 

答え2

ここに画像の説明を入力してください

xelatex を使用:

\documentclass{article}
\usepackage{fontspec}
\setmainfont{Segoe UI Symbol}
\begin{document}

I have some actual Gothic (as in the alphabet used by the Visigoths
and Ostrogoths) that I want to include in my .tex file (e.g.,
"

答え3

参考までに、ゴシック アルファベットは Unicode にあります ( と呼ばれる Unicode ブロックGothic、U+10330 から U+1034A までの 27 文字)。

いくつかのシステムフォントのサンプルは以下にありますfontspec:

フォントサンプル

前述のように、入力は直接行うことも、ゴシック キーボードを使用することも、マクロ (その\symbol{"10330}ようなもの) を使用することも、マップされたフォントを使用することも、可能です。

ラテン語からゴシック語への地図

xelatex を使用する場合:

MWE:

\documentclass[12pt]{article}
\usepackage{xcolor}
\pagecolor{red!3}
\usepackage{fontspec}
\newcommand\sampletext{

関連情報