Skip to content

Commit

Permalink
testfiles for extension fix
Browse files Browse the repository at this point in the history
closes #504
  • Loading branch information
wspr committed Apr 20, 2024
1 parent 1b9ecb6 commit 16bb859
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
14 changes: 14 additions & 0 deletions testfiles/fontload-ext.luatex.tlg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
TU/texgyrepagella-regular.otf(0)/m/n:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/XX(0)/m/n:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/XX(0)/m/it:
[texgyrepagella-italic.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/YY(0)/m/n:
[texgyrepagella-regular.otf]:mode=node;script=latn;language=dflt;+tlig;
TU/YY(0)/m/it:
[texgyrepagella-italic.otf]:mode=node;script=latn;language=dflt;+tlig;
***************
Compilation 1 of test file completed with exit status 0
30 changes: 30 additions & 0 deletions testfiles/fontload-ext.lvt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

\input{fontspec-testsetup.tex}

\usepackage{fontspec}

\begin{document}

\setmainfont{texgyrepagella-regular.otf}
hello \CURRNFSS

\setmainfont{XX}[
Extension = .otf ,
UprightFont = texgyrepagella-regular ,
BoldFont = texgyrepagella-bold ,
ItalicFont = texgyrepagella-italic ,
BoldItalicFont = texgyrepagella-bolditalic ,
]
hello \CURRNFSS
\emph{hello \CURRNFSS}

\setmainfont{YY}[
UprightFont = texgyrepagella-regular.otf ,
BoldFont = texgyrepagella-bold.otf ,
ItalicFont = texgyrepagella-italic.otf ,
BoldItalicFont = texgyrepagella-bolditalic.otf ,
]
hello \CURRNFSS
\emph{hello \CURRNFSS}

\end{document}
14 changes: 14 additions & 0 deletions testfiles/fontload-ext.tlg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
TU/texgyrepagella-regular.otf(0)/m/n:
"[texgyrepagella-regular.otf]/OT:script=latn;language=dflt;mapping=tex-text;" at 10.0pt
TU/XX(0)/m/n:
"[texgyrepagella-regular.otf]/OT:script=latn;language=dflt;mapping=tex-text;" at 10.0pt
TU/XX(0)/m/it:
"[texgyrepagella-italic.otf]/OT:script=latn;language=dflt;mapping=tex-text;" at 10.0pt
TU/YY(0)/m/n:
"[texgyrepagella-regular.otf]/OT:script=latn;language=dflt;mapping=tex-text;" at 10.0pt
TU/YY(0)/m/it:
"[texgyrepagella-italic.otf]/OT:script=latn;language=dflt;mapping=tex-text;" at 10.0pt
***************
Compilation 1 of test file completed with exit status 0

0 comments on commit 16bb859

Please sign in to comment.