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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
%
% Sample file for dogma
% This file is in public domain
%
\documentclass{minimal}
\usepackage{lipsum}
\usepackage[scaled]{dogma}
\usepackage{ifpdf}
\ifpdf
\pdfmapfile{fdg.map}
\usepackage{microtype}\fi
\begin{document}
\fontfamily{fdg}\selectfont
Dogma Bold: 0123456789, \$20, \texteuro30, \pounds60. Na\"ive
\AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[1]
{\itshape
Dogma Bold Italics: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[4]}
{\slshape
Dogma Bold Slanted: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[12]}
{\scshape
Dogma Bold Small Caps: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[12]}
Blending of bold with \textsc{small caps.}
{\fontseries{bk}\selectfont
Dogma Bold Letterspaced 5\%: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[13]}
{\fontseries{bq}\selectfont
Dogma Bold Letterspaced 10\%: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[14]}
{\fontseries{br}\selectfont
Dogma Bold Letterspaced 20\%: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[15]}
{\fontseries{bs}\selectfont
Dogma Bold Letterspaced 30\%: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[16]}
\fontseries{h}\selectfont
Dogma Heavy: 0123456789, \$20, \texteuro30, \pounds60. Na\"ive
\AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[122]
{\slshape
Dogma Heavy Slanted: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[149]}
{\scshape
Dogma Heavy Small Caps: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[149]}
Blending of heavy with \textsc{small caps.}
\fontshape{ol}\fontseries{b}\selectfont
Outline: 0123456789, \$20, \texteuro30, \pounds60.
Na\"ive \AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[14]
\normalfont
Using commands: \dogmabold{dogmabold,} \dogmablack{dogmablack,}
\dogmascript{dogmascript,} \dogmaoutline{dogmaoutline.}
\end{document}
|