blob: e082663125d0e111b1f4b1a13c387ffa22237fa9 (
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
48
49
50
51
52
|
%% This is part of OpTeX project, see http://petr.olsak.net/optex
\_fontdecl [Lido] \Lido {by StormType Foundry designed for "lidove noviny"}
{\caps \cond} {\rm \bf \mr \mi \it \bi} {Termes}
{[LidoSTF]}
\_wlog{\_detokenize{%
Variants:^^J
\rm \bf \it \bi ... classical variants^^J
\mr \mi .... medium regular and medium italics (between normal and bold)^^J
Modifiers:^^J
\cond ...... condensed (italic is not avalable for \cond variants)^^J
\medium .... sets \mr \bf \mi \bi family
}}
\_protected\def \Lido {%
\_def \_currfamily {Lido}%
\_def \_fontnamegen {[LidoSTF\_condV\_currV]:\_capsV\_fontfeatures}%
\_resetmod
}
\_moddef \resetmod {\_fsetV caps={},cond={},ital=Italic \_fvars {} Bold {\_italV} {Bold\_italV} }
\_moddef \medium {\_fvars Medium Bold {Medium\_italV} {Bold\_italV} }
\_moddef \cond {\_fsetV cond=Condensed,ital={} }
\_famvardef \mr {\_fvars Medium . . . \_rm}
\_famvardef \mi {\_fvars . . {Medium\_italV} . \_it}
\_initfontfamily % new font family must be initialized
\_loadmath {[texgyretermes-math]}
\_endcode
This font family Lido by Storm Type Foundry was designed for Lidove noviny
newspaper. It is similar to Times but it is not Times.
The Lido font family supports 6 standard selectors
\rm Regular \it Italics
\mr Medium-Regular \mi Medium-Italics
\bf Bold-Regular \bi Bold-Italics
and three Condensed variants:
\cond \rm Condensed
\mr Condensed-Medium
\bf Condensed-Bold
The italic variants are missing when \cond is selected. This means that
\cond\it does the same as \cond\rm etc.
|