blob: 34b2dc5046cc78d8f01fb330c83cfa263b9305f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>.
% This file is part of vntex. License: LPPL, version 1.3 or newer,
% according to http://www.latex-project.org/lppl.txt
\documentclass[test]{vnsample}
\mapfile{t5-iwona}
\begin{document}
\begin{shortsample}
\shorttext{T5}{iwona}{l}{n} {t5-iwonal} {IwonaLight-Regular}
\shorttext{T5}{iwona}{l}{it} {t5-iwonali} {IwonaLight-Italic}
\shorttext{T5}{iwona}{l}{sc} {t5-iwonalcap} {IwonaLight-Regular}
\shorttext{T5}{iwona}{l}{scit} {t5-iwonalicap} {IwonaLight-Italic}
\shorttext{T5}{iwona}{m}{n} {t5-iwonar} {Iwona-Regular}
\shorttext{T5}{iwona}{m}{it} {t5-iwonari} {Iwona-Italic}
\shorttext{T5}{iwona}{m}{sc} {t5-iwonarcap} {Iwona-Regular}
\shorttext{T5}{iwona}{m}{scit} {t5-iwonaricap} {Iwona-Italic}
\shorttext{T5}{iwona}{sb}{n} {t5-iwonam} {IwonaMedium-Regular}
\shorttext{T5}{iwona}{sb}{it} {t5-iwonami} {IwonaMedium-Italic}
\shorttext{T5}{iwona}{sb}{sc} {t5-iwonamcap} {IwonaMedium-Regular}
\shorttext{T5}{iwona}{sb}{scit} {t5-iwonamicap} {IwonaMedium-Italic}
\shorttext{T5}{iwona}{b}{n} {t5-iwonab} {Iwona-Bold}
\shorttext{T5}{iwona}{b}{it} {t5-iwonabi} {Iwona-BoldItalic}
\shorttext{T5}{iwona}{b}{sc} {t5-iwonabcap} {Iwona-Bold}
\shorttext{T5}{iwona}{b}{scit} {t5-iwonabicap} {Iwona-BoldItalic}
\end{shortsample}
\clearpage
\begin{shortsample}
\shorttext{T5}{iwona}{lc}{n} {t5-iwonacl} {IwonaCondLight-Regular}
\shorttext{T5}{iwona}{lc}{it} {t5-iwonacli} {IwonaCondLight-Italic}
\shorttext{T5}{iwona}{lc}{sc} {t5-iwonaclcap} {IwonaCondLight-Regular}
\shorttext{T5}{iwona}{lc}{scit} {t5-iwonaclicap} {IwonaCondLight-Italic}
\shorttext{T5}{iwona}{mc}{n} {t5-iwonacr} {IwonaCond-Regular}
\shorttext{T5}{iwona}{mc}{it} {t5-iwonacri} {IwonaCond-Italic}
\shorttext{T5}{iwona}{mc}{sc} {t5-iwonacrcap} {IwonaCond-Regular}
\shorttext{T5}{iwona}{mc}{scit} {t5-iwonacricap} {IwonaCond-Italic}
\shorttext{T5}{iwona}{sbc}{n} {t5-iwonacm} {IwonaCondMedium-Regular}
\shorttext{T5}{iwona}{sbc}{it} {t5-iwonacmi} {IwonaCondMedium-Italic}
\shorttext{T5}{iwona}{sbc}{sc} {t5-iwonacmcap} {IwonaCondMedium-Regular}
\shorttext{T5}{iwona}{sbc}{scit} {t5-iwonacmicap} {IwonaCondMedium-Italic}
\shorttext{T5}{iwona}{bc}{n} {t5-iwonacb} {IwonaCond-Bold}
\shorttext{T5}{iwona}{bc}{it} {t5-iwonacbi} {IwonaCond-BoldItalic}
\shorttext{T5}{iwona}{bc}{sc} {t5-iwonacbcap} {IwonaCond-Bold}
\shorttext{T5}{iwona}{bc}{scit} {t5-iwonacbicap} {IwonaCond-BoldItalic}
\end{shortsample}
\end{document}
|