Sponsored Content
Full Discussion: Fonts?
Top Forums UNIX for Dummies Questions & Answers Fonts? Post 51080 by geek01 on Monday 10th of May 2004 04:23:18 PM
Old 05-10-2004
Fonts?

NEWBIE HERE...by default, where are the font files located (ttf's)
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Printer fonts

Hi, I have a Barcode printer. It's defined as a remote printer on the system. The /etc/lp/interface/<printer> file is printing has a part that enables Hebrew printing. For some reason the Printer is printing in a very small font. I'll attach the interface file: #!/usr/bin/sh # /* @(#)... (3 Replies)
Discussion started by: sunbird
3 Replies

2. Linux

Installing new fonts

Hi All, I'm running RH 7.3 and wish to install new fonts on the box ? What are the steps in downloading and installing new fonts ? Thanks, KENT (3 Replies)
Discussion started by: kxchen_home
3 Replies

3. Solaris

CDE Fonts

Hi gurus, Interesting little problem here. IVe got an Xmanager installed on my PC. I use it to connect to the DTlogin / CDE sessions I have running on a number of solaris servers. If I connect to server A, I get the login server, which I log into as root, I then start a terminal session,... (0 Replies)
Discussion started by: sbk1972
0 Replies

4. Solaris

Fonts on SunOS 5.6

I work in a SunOS server. I want to check which is the default font. Actually I need to check which font is using right now in Terminal and how to change it. Please help me suggesting the command set ---------- Post updated 08-23-09 at 12:35 AM ---------- Previous update was 08-22-09 at... (5 Replies)
Discussion started by: shoeb
5 Replies

5. UNIX Desktop Questions & Answers

Question about X fonts

Hi all! Why the cyrillic fonts which are inside the application window (Openwindows, CDE) displays correct, and the cyrillic font which are top of window (CaptionBar) displays not correct? This is caption of window. !#*?":"^& (1 Reply)
Discussion started by: wolfgang
1 Replies

6. What is on Your Mind?

Categorisation of fonts

This one thing that has been on my mind for at least a decade. At times I need a font for a specific purpose, but there is no designer around to guide me. I go to sites that offer fonts and locate one that I think is suitable. There seems to be no common categorisation however, that offers criteria... (5 Replies)
Discussion started by: figaro
5 Replies

7. UNIX for Advanced & Expert Users

Changing fonts with Acroread

Hello I am trying to print pdf on a solaris machine. The acroread works but the font are too big. I am printing on a HP printer. Can anyone advise on how to change the font size, and margins size? Thanks (5 Replies)
Discussion started by: lillyt2006
5 Replies
UNIPRINT(1)							  LINUX COMMANDS						       UNIPRINT(1)

NAME
uniprint - produce postscript output from unicode text for printing SYNOPSIS
uniprint [ -out output-file ] [ -in input-file ] [ -decode encoding ] [ -printer printer ] [ -L ] [ -media media ] [ -us ] [ -nus ] [ -break ] [ -wrap ] [ -left ] [ -right ] [ -size font-size ] [ -hsize header-font-size ] [ -font truetype-font-file ] DESCRIPTION
uniprint is a program from the yudit distribution. It makes a formatted poscript output that can be saved or directly sent to the printer. The program needs a TrueType font that has unicode table in order to operate. If you are running Linux you most probably have unicode truetype fonts, because there are very few vendors, if any. who give discount if you do not buy Windows. If you are running other Unices it is still possible to get a freely available font. I have made ciberbit.ttf a default font for uniprint, mainly because it is freely downloadable from http://www.bitstream.com/. The postcript output contains all drawing information. No extra fonts are needed, and it can be printed on any postscript printer. You may encounter probkems with old ghostview or old printers. I used this program with ghostscript 5.10 because 2.6.2 gave me stack overflow error. OPTIONS
-out ouput-file Do not sent the output to the printer, put it in the file instead. If the '-' character is specified, send the postscript data to the standard output. -in input-file If specified read the document from a file. Read stdin otherwise. -decode encoding specifies the encoding of the input text. All encodings that are available for uniconv can be used. If not specified encoding is set to utf-8. -printer printer Send the postscript output to printer through the 'lpr -P Printer' command. -break option makes this program print a graphical representation of line breaking characters. -us option turns on uniscribe emulation. For some scripts emulation is turned on by default. -nus option turns off uniscribe emulation. For some scripts emulation is turned off by default. -wrap option makes this program do a simplistic line breaking on word boundaries. -left option sets the embedding of the document to Left. -right option sets the embedding of the document to Right. -L Selects landscape printing. The default is portrait. -media media Sets paper size. The default is A4. The following media values are accepted: A3, A4, A5, B4, B5, Executive, Folio, Ledger, Legal, Letter, Quarto, Statement, Tabloid -size font-size sets the size of the font for the text body in points. -hsize heder-font-size sets the size of the font for the header in points. If zero size is specified, no header is printed. -font truetype-font specifies the font to be used for printing. truetype-font is the full pathname of the font, like /somepath/myfonts/cyberbit.ttf or just the name of the file cyberbit.ttf. The fonts are searched using yudit.fontpath property in ~/.yudit/yudit.properties or /usr/share/yudit/config/yudit.properties. direc- tory where the font files are kept. By default /usr/share/yudit/fonts and ~/.yudit/fonts are searched. This option can be speci- fied multiple times, to create a virtual font. FILES
~/.yudit/yudit.properties or /usr/share/yudit/config/yudit.properties can have yudit.fontpath and yudit.datapath properties. The former is where the font files, the latter is where the map files are kept. By default /usr/share/yudit/fonts is searched. SEE ALSO
uniconv AUTHOR
This program was written by gsinai@iname.com (Gaspar Sinai), using the code of ttf2pfa program that was written by Adrew Weeks. Last Updated Tokyo, 2 November, 2001. LINUX COMMANDS
Nov 25 1997 UNIPRINT(1)
All times are GMT -4. The time now is 03:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy