[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
printer fonts
How can I create a font (with the font editor) and use it with the printer?
For example:
I don't have a problem using the fonts I created on the screen.
I just use the following form:
(si:define-character-style-families
si:*b&w-screen*
si:*standard-character-set*
'(:family :skt
(:size :normal
(:face :roman fonts:skt ; sanskrit transliteration font faces
:italic fonts:skti))))
But if I try to use the fonts on the printer via ...
(si:define-character-style-families
lgp:*lgp2-printer*
si:*standard-character-set*
'(:family :skt
(:size :normal
(:face :roman fonts:skt
:italic fonts:skti))))
... it comes out with the right characters but VERY TINY???
What am I doing wrong here?
-Bart.