Showing changes from revision #1 to #2:
Added | Removed | Changed
Results from the call are of the form:
\Ffont_id[\fterritory font_name][\Eencoding_id[\eterritory encoding_name]]
Where []
indicate optional sections.
The following table shows the format of the string string, dependant of on the data contained in the file. file:
File holds | Format of returned String |
---|---|
Font_id, no name | \Ffont_id |
Font_id, with name | \Ffont_id\ fterritory fontname |
Encoding_id, no name | \Eencoding_id |
Encoding_id, with name | \Efont_id\ eterritory encoding_name |
The following are actual results obtained.
\FEquasor\f1 Bob
\FPembroke.Bold
\FTrinity.Medium\ELatin1
\ELatin5\e1 Gleep
\EWelsh
\FCorpus.Medium\eLatin1\e1 Gleep
The prefix for Font names or Encoding names are uppercase (F or E), where as the prefix for territory encoding name or font names are lower case (f or e).
The string will be terminated by a Ctrl control character.