blob: 15c6e1ee8be486d0e9e33a9ca17b5f4ca637a1a5 (
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
|
%Filename: t1hlce.fd
%Created by: tex hlce
%Created using fontinst v1.914
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{t1hlce.fd}
[2003/01/04 Fontinst v1.914 font definitions for T1/hlce.]
\@ifundefined{DeclareLucidaFontShape}{%
\def\DeclareLucidaFontShape#1#2#3#4#5#6{%
\DeclareFontShape{#1}{#2}{#3}{#4}{<->#5}{#6}}}{}
\DeclareFontFamily{T1}{hlce}{}
\DeclareLucidaFontShape{T1}{hlce}{m}{it}{
hlcrie8t
}{}
\DeclareFontShape{T1}{hlce}{m}{sl}{<->ssub * hlce/m/it}{}
\DeclareFontShape{T1}{hlce}{m}{n}{<-> ssub * hlce/m/it}{}
\DeclareFontShape{T1}{hlce}{b}{n}{<-> ssub * hlce/m/it}{}
\DeclareFontShape{T1}{hlce}{b}{it}{<-> ssub * hlce/m/it}{}
\endinput
|