Sponsored Content
Full Discussion: Installing new fonts
Operating Systems Linux Installing new fonts Post 47956 by binhnx2000 on Monday 23rd of February 2004 11:30:08 AM
Old 02-23-2004
Lightbulb

What is langues font you need ? I think you can use font pakage in CD of Distro Linux. And linux can use Windows font...

All Windows font can use in Linux!
 

9 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. Solaris

Installing True Type fonts on Unix - Please help

Hi to all, I have copied some true type fonts to my /usr/openwin/lib/X11/fonts/TrueType directory. I need to get the fonts.dir file updated. I have tried using the mkfontdir command but the file does not get updated with my new fonts. Can someone please help me as I have struggled with this... (3 Replies)
Discussion started by: montejr
3 Replies

3. UNIX for Dummies Questions & Answers

Fonts?

NEWBIE HERE...by default, where are the font files located (ttf's) (1 Reply)
Discussion started by: geek01
1 Replies

4. UNIX for Dummies Questions & Answers

installing fonts on UNIX

I am fairly new to UNIX, and my company has a UNIX based Firewall with a spam filter configured on the Firewall. I have been able to pick up on most of the commands needed for administration purposes, but I have come into a problem when a Korean contractor tries to send my company an e-mail. The... (1 Reply)
Discussion started by: Bhavesh
1 Replies

5. Linux

Installing Fonts on RHEL4

Hello All, I want to install some fonts from my unix box (Tru64) to linux box (RHEL4). I know what all steps are required, like > mkfontdir > fc-cache > xset fp rehash The problem is i am not able to find out which font is actually required from unix box to be installed on linux box. Is... (1 Reply)
Discussion started by: ankurjain
1 Replies

6. 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

7. 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

8. 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

9. 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
IMAGEPSSLANTFONT(3)							 1						       IMAGEPSSLANTFONT(3)

imagepsslantfont - Slant a font

SYNOPSIS
bool imagepsslantfont (resource $font_index, float $slant) DESCRIPTION
Slant a given font given. PARAMETERS
o $font_index - A font resource, returned by imagepsloadfont(3). o $slant - Slant level. RETURN VALUES
Returns TRUE on success or FALSE on failure. EXAMPLES
Example #1 imagepsslantfont(3) example <?php // Load a .pfb font file $font = imagepsloadfont('./px3l.pfb'); // Slant the font by 22.5 imagepsslantfont($font, 22.5); // Do any operations with the font here // Free the font from memory imagepsfreefont($font); ?> CHANGELOG
+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 7.0.0 | | | | | | | T1Lib support was removed from PHP, thrus remov- | | | ing this function. | | | | +--------+---------------------------------------------------+ NOTES
Note This function is only available if PHP is compiled using --with-t1lib[=DIR]. PHP Documentation Group IMAGEPSSLANTFONT(3)
All times are GMT -4. The time now is 07:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy