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
FONTTOSFNT(1)						      General Commands Manual						     FONTTOSFNT(1)

NAME
fonttosfnt - Wrap a bitmap font in a sfnt (TrueType) wrapper SYNOPSIS
fonttosfnt [ options ] -o file.ttf [ -- ] font... DESCRIPTION
Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or OpenType) wrapper. OPTIONS
-v Be verbose. -c Do not crop glyphs. This usually increases file size, but may sometimes yield a modest decrease in file size for small character cell fonts (terminal fonts). -b Write byte-aligned glyph data. By default, bit-aligned data is written, which yields a smaller file size. -r Do not reencode fonts. By default, fonts are reencoded to Unicode whenever possible. -g n Set the type of scalable glyphs that we write. If n is 0, no scalable glyphs are written; this is legal but confuses most current software. If n is 1, a single scalable glyph (the undefined glyph) is written; this is recommended, but triggers a bug in current versions of FreeType. If n is 2 (the default), a sufficiently high number of blank glyphs are written, which works with FreeType but increases file size. -m n Set the type of scalable metrics that we write. If n is 0, no scalable metrics are written, which may or may not be legal. If n is 1, full metrics for a single glyph are written, and only left sidebearing values are written for the other glyphs. If n is 2, scal- able metrics for all glyphs are written, which increases file size and is not recommended. The default is 1. -- End of options. BUGS
Some of the font-level values, notably sub- and superscript positions, are dummy values. SEE ALSO
X(7), Xserver(1), Xft(3x). Fonts in XFree86. AUTHOR
Fonttosfnt was written by Juliusz Chroboczek <jch@pps.jussieu.fr> for the XFree86 project. XFree86 Version 4.7.0 FONTTOSFNT(1)
All times are GMT -4. The time now is 02:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy