FIXME: To be done.
For the moment, see Using TrueType fonts with TeX via Postscript Type1 format.
The idea is:
Transform the TT font to Type1 (see Section 7.2.3) using ttf2pt1. Take care of naming conventions for the new font.
Integrate the newly created Type 1 font in your TeX installation. If you observed naming conventions, then this step might be done automatically.
In one of the last output lines of ttf2pt1, the font name was printed, for example:
FontName VAGRoundedBT_Regular |
Use that name in the lyxtox-print-pdf.dsl file (see Section 7.1.5):
(define %body-font-family% "VAGRoundedBT_Regular")
(define %mono-font-family% "Computer-Modern-Typewriter")
(define %title-font-family% "VAGRoundedBT_Regular")
(define %admon-font-family% "Computer-Modern-Sans")
(define %guilabel-font-family% "Computer-Modern-Sans")
|
Of course, since this is a T1 font, the T1 font encoding has to be used, i.e. the jadetex.cfg file must contain the line
\usepackage[T1]{fontenc}
|
| Last updated Mon Sep 24 01:19:25 CEST 2007 | Permalink: http://www.karakas-online.de/mySGML/explain-true-type-fonts.html | All contents © 2002-2007 Chris Karakas |