Eugeny N Dzhurinsky wrote:
Hi! I have a problem with the PDF files exported by LyX on FreeBSD host
in Windows - the fonts seems to be raster or something like this. Is
there any way to force using the TrueType fonts when exporting to the
PDF?
http://wiki.lyx.org/FAQ/PDF#badFonts
Actually there's nothing about using the TTF fonts with LyX :(
Why do you need them? Type 1 fonts and TTF fonts are very similar, both
are vector based and therefore don't look pixeld in PDF.
What is the document font you use? If you use for example times, or
palation, or lm then you are using Type 1 fonts.
> All what i need - just export the PDF, which will look good in
> Windows. Is there easy and quick solution?
Set the font to "default" in LyX's document settings and then use the
preamble given in the wiki. Or better install the lm fonts and write
\usepackage{lmodern}
in the preamble. (Set also the font to "default" in this case.)
regards Uwe