Windows Courses
Windows PowerShell
Java For Beginners
Category
- all-news (30)
- Category and Functor (8)
- Fraud (2)
- Java For Beginners (2)
- MoneyGram (1)
- News (2)
- Open Source (1)
- Protect Computer (1)
- Security (5)
- Snipping Tool: Faq (1)
- Source Code (1)
- Surveillance Software (1)
- VPS (1)
- Web Hosting (1)
- Webcam (1)
- Western Union (1)
- Windows 10 (1)
- Windows 7 (4)
- Windows 7 Faq (2)
- Windows 8 (1)
- Windows Accessories (1)
- Windows Fonts (1)
- Windows Registry (1)
- Windows Security (13)
- Windows Software (2)
- Windows Spyware (2)
- Windows utilities (1)
- Windows Virus (2)
- Windows Vista (3)
- Windows Wireless (1)
- Windows xp (1)
Math for Computing
Algo and Programmation
.
Web Languages
.
CMS and Web Design
-
Blog Archive
-
2016
(64)
-
décembre(32)
- Virus Protection not enough to keep your system safe
- Are You Protecting Your Computer?
- Annoying Spyware And Its Elimination
- Tips to Protect Your PC Files from External Attack
- The Warning signs of Online Fraud and How to avoid it
- Tips on Understanding the Dangers of Spyware and A...
- How to Install Windows TTF Fonts Automatically
- Is it time to step up to a full service VPS hostin...
- How to Run Windows on Mac: How to Install Windows ...
- How to Install Windows 7 in the Right Way
- How to Install Windows 7 on Virtual PC?
- Java First Program: Hello World
- 1 - Necessary Tools For Java Development
- How to Choose the Right Webcam Surveillance Software?
- Simple Steps - Protect your Computer Online
- Practical Use of Open Source Code Software
- 13 Comparisons of Vista vs Tiger
- 10 Reasons Why Vista is Much More Than a Spoon Ful...
- Fix Your Computer Registry
- What Is "Dllhost.exe"?
- 3 Ways That Can Help You to Remove Malware
- How Malware Works
- Protecting Your Business Website From Malwares
- Best Removal Tool For Windows
- Windows 7 Faq ( Configuring Windows )
- Windows Password Recovery Software
- Regutility - Best Registry Cleaner For Windows 10-...
- Ways to improve the signal Wifi 'wireless' in the ...
- Snipping Tool: frequently asked questions
- Use Snipping Tool to capture screen shots
- Windows 7 Faq ( Installation )
- Install Windows 7
- avril(31)
- mars(1)
-
décembre(32)
- 2015 (10)
Fourni par Blogger.
Data Bases
.
TICE & Multimedias
.
Archives du blog
-
▼
2016
(64)
-
▼
décembre
(32)
- Virus Protection not enough to keep your system safe
- Are You Protecting Your Computer?
- Annoying Spyware And Its Elimination
- Tips to Protect Your PC Files from External Attack
- The Warning signs of Online Fraud and How to avoid it
- Tips on Understanding the Dangers of Spyware and A...
- How to Install Windows TTF Fonts Automatically
- Is it time to step up to a full service VPS hostin...
- How to Run Windows on Mac: How to Install Windows ...
- How to Install Windows 7 in the Right Way
- How to Install Windows 7 on Virtual PC?
- Java First Program: Hello World
- 1 - Necessary Tools For Java Development
- How to Choose the Right Webcam Surveillance Software?
- Simple Steps - Protect your Computer Online
- Practical Use of Open Source Code Software
- 13 Comparisons of Vista vs Tiger
- 10 Reasons Why Vista is Much More Than a Spoon Ful...
- Fix Your Computer Registry
- What Is "Dllhost.exe"?
- 3 Ways That Can Help You to Remove Malware
- How Malware Works
- Protecting Your Business Website From Malwares
- Best Removal Tool For Windows
- Windows 7 Faq ( Configuring Windows )
- Windows Password Recovery Software
- Regutility - Best Registry Cleaner For Windows 10-...
- Ways to improve the signal Wifi 'wireless' in the ...
- Snipping Tool: frequently asked questions
- Use Snipping Tool to capture screen shots
- Windows 7 Faq ( Installation )
- Install Windows 7
-
▼
décembre
(32)
About Me
Google Ads
mercredi 14 décembre 2016
The technical definition of a font is a complete character set of
a single size and style. Most fonts are in truetype format, or TTF. If
you use the Ubuntu operating system, it may be difficult to install TTF
fonts on your computer because they were designed to be used on Windows
operating systems.
Although you can install TTF fonts on your Ubuntu operating system manually, you will have to do it over and over again every time you want to install a new TTF font, which can become very tedious. You can, however, automate the process of installing TTF fonts on your Ubuntu system. Here are two step-by-step tutorials that will walk you through the installation process.
How to Install Windows TTF Fonts Automatically :
1. Download a TrueType font, which will have the.ttf file extension.
2. Extract the archive using the terminal. You can open the terminal by clicking the Applications button located at the top of the screen.
3. Click on Accessories and then Terminal in the dropdown menu that opens.
4. Enter the following command to extract the archive once the terminal is open:
sudo cp ttfinstall /bin/
Using Windows TTF Fonts
The program should be in your system and you can now install the fonts. Let's say you wanted to install a font like samplefont.ttf, which is located in the Downloads folder in the home directory. To do this, you will need to enter this command into the terminal:
cd ~/Downloads/sudo ttfinstall samplefont.ttf
Once you are done, the Windows truetype fonts will be ready to use.
How to Install Using the Thunar File Manager
If you use the Thunar file browser on your Ubuntu system, you can add an option in the file's context menu that will install the font for you. This allows you to install fonts without having to use the terminal. Here are the steps you need to follow:
1. Right-click the font and select Install.
2. Open the Thunar File Manager and then click Edit.
3. Select Configure Custom Actions. Add a new action and name it "Install this font."
4. Add a description for the option, if you choose to. Under command, write
gksu ttfinstall %n
5. Go to the Appearance Conditions tab and write *.ttf for the File Pattern.
6. Uncheck the option labeled Text Files. Check the option for Other files.
7. Click OK, which will close the window.
Although you can install TTF fonts on your Ubuntu operating system manually, you will have to do it over and over again every time you want to install a new TTF font, which can become very tedious. You can, however, automate the process of installing TTF fonts on your Ubuntu system. Here are two step-by-step tutorials that will walk you through the installation process.
How to Install Windows TTF Fonts Automatically :
1. Download a TrueType font, which will have the.ttf file extension.
2. Extract the archive using the terminal. You can open the terminal by clicking the Applications button located at the top of the screen.
3. Click on Accessories and then Terminal in the dropdown menu that opens.
4. Enter the following command to extract the archive once the terminal is open:
sudo cp ttfinstall /bin/
Using Windows TTF Fonts
The program should be in your system and you can now install the fonts. Let's say you wanted to install a font like samplefont.ttf, which is located in the Downloads folder in the home directory. To do this, you will need to enter this command into the terminal:
cd ~/Downloads/sudo ttfinstall samplefont.ttf
Once you are done, the Windows truetype fonts will be ready to use.
How to Install Using the Thunar File Manager
If you use the Thunar file browser on your Ubuntu system, you can add an option in the file's context menu that will install the font for you. This allows you to install fonts without having to use the terminal. Here are the steps you need to follow:
1. Right-click the font and select Install.
2. Open the Thunar File Manager and then click Edit.
3. Select Configure Custom Actions. Add a new action and name it "Install this font."
4. Add a description for the option, if you choose to. Under command, write
gksu ttfinstall %n
5. Go to the Appearance Conditions tab and write *.ttf for the File Pattern.
6. Uncheck the option labeled Text Files. Check the option for Other files.
7. Click OK, which will close the window.
DiDi is a freelance writer based in Kansas City, Missouri.
Article Source:
http://EzineArticles.com/expert/DiDi_L./1012617
Libellés :
Windows Fonts
Inscription à :
Publier les commentaires (Atom)
0 commentaires:
Enregistrer un commentaire