blob: 39dafe7b0a9270f80fda99d3dc0bed1eb916bfd4 (
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
|
\ProvidesFile{ts1hlh.fd}[2005/09/15 font definitions for TS1/hlh (WaS/PCTeX/TUG)]
\@ifundefined{DeclareLucidaFontShape}{%
\def\DeclareLucidaFontShape#1#2#3#4#5#6{%
\DeclareFontShape{#1}{#2}{#3}{#4}{<->#5}{#6}}}{}
\DeclareFontFamily{TS1}{hlh}{}
\DeclareLucidaFontShape{TS1}{hlh}{m}{n}{
hlhr8c
}{}
\DeclareLucidaFontShape{TS1}{hlh}{m}{it}{
hlhri8c
}{}
\DeclareLucidaFontShape{TS1}{hlh}{m}{sl}{
hlhro8c
}{}
\DeclareLucidaFontShape{TS1}{hlh}{b}{n}{
hlhb8c
}{}
\DeclareLucidaFontShape{TS1}{hlh}{b}{it}{
hlhbi8c
}{}
\DeclareFontShape{TS1}{hlh}{bx}{n}{<->ssub * hlh/b/n}{}
\DeclareFontShape{TS1}{hlh}{bx}{it}{<->ssub * hlh/b/it}{}
\DeclareFontShape{TS1}{hlh}{b}{sl}{<->ssub * hlh/b/it}{}
\DeclareFontShape{TS1}{hlh}{bx}{sl}{<->ssub * hlh/b/sl}{}
\DeclareFontShape{TS1}{hlh}{m}{sc}{<->ssub * hlh/m/n}{}
\DeclareFontShape{TS1}{hlh}{b}{sc}{<->ssub * hlh/b/n}{}
\DeclareFontShape{TS1}{hlh}{bx}{sc}{<->ssub * hlh/b/n}{}
\endinput
|