Pages

How to know a particular Font is Availabele or not on ubuntu

Sometime we have to know weather a particular Font is Available or not on Ubuntu machine.

fc-list command line tool is used for knowing the installed font on machine.

Suppose we want to know weather Arial font is Available or not, to know it just type the following command

fc-list | grep Arial


No comments:

Post a Comment