[XeTeX] Font Not Loadable Error

Peter Dyballa Peter_Dyballa at Web.DE
Wed Jun 3 16:38:45 CEST 2009


Am 03.06.2009 um 14:12 schrieb Ulrike Fischer:

> Getting a long list is not the problem. It's getting short lists
> with specific informations which is difficult ;-)


Really? The names of the languages supported by a font are taken from  
ISO 639 and ISO 3166. Possible commands are:

	fc-list :lang=el,ar,he | sort
	fc-list : file family lang
	fc-list : file lang spacing | grep spac | egrep 'lang=.*th'

The first command searches for fonts that support Greek (from  
ελληνικά), Arabic, and Hebrew.

The second command just lists font "properties."

The third command lists those fonts that support languages and have a  
specific spacing width. These are filtered with grep. From these list  
those fonts are filtered with egrep that support a language with "th."

They also show the importance of ":" which not necessarily needs to  
stand alone ... (but it can!)

--
Mit friedvollen Grüßen

   Pete       (:
         _    / __    -    -
       _/ \__/_/        -     -
      (´`)      (´`)   -    -
       `´        `´





More information about the XeTeX mailing list