Sponsored Content
Full Discussion: Cyrillic under X
Special Forums UNIX Desktop Questions & Answers Cyrillic under X Post 23118 by auswipe on Monday 17th of June 2002 01:10:21 PM
Old 06-17-2002
Have you tried installing some cryllic TrueType fonts? After I enabled TrueType fonts the websites that I went to looked a lot better, although I never visit web sites that use the Cryllic font.
 

4 More Discussions You Might Find Interesting

1. AIX

Unable to print Cyrillic fonts

Hi All I confifured HP 4250 printer on AIX server..I am unable to print cyrillic fonts prints. Please assist.. (0 Replies)
Discussion started by: kandatihari
0 Replies

2. UNIX for Dummies Questions & Answers

Cyrillic in Nautilus

Well. Again. I have followed all the instructions in the Russian localization HOWTO and I am able to type in Russian and read it correctly in most programs such as Firefox, email and so on. However in the Nautilus file viewer, I get only ________ marks. I've seen some packages for Russian... (7 Replies)
Discussion started by: Levenson
7 Replies

3. Shell Programming and Scripting

Korn shell to insert cyrillic characters into the databse

i have written a shell script that reads a csv file and inserts tokenized strings into the database. the problem comes when the csv file has cyrillic characters. how do i set the parameters in my shell script(korn shell) so that any characters can be inserted into the database. (3 Replies)
Discussion started by: vkca
3 Replies

4. UNIX for Dummies Questions & Answers

Cyrillic Hostnames?

As the title suggests, I'm wondering if its possible to set a hostname to a name or word with Cyrillic letters (e.g. - Like the Russian alphabet). I tried installing the cyrillic-console package in Debian. I switched my desktop to Russian as well. However, when I try to set the hostname I get that... (2 Replies)
Discussion started by: Azrael
2 Replies
MKEOT(1)							   EOT UTILITIES							  MKEOT(1)

NAME
mkeot - generate Embedded OpenType SYNOPSIS
mkeot font-file [ URL [ URL ... ] ] > EOT-file DESCRIPTION
The mkeot command writes an EOT (Embedded OpenType) file on standard output that contains the given font file (OpenType or TrueType) and the given URLs. mkeot handles TrueType files, OpenType files with TrueType outlines, and OpenType files with Postscript outlines. (Technically: all files with the "sfnt" format.) However, Microsoft's Web browser Internet Explorer (version 8) cannot handle Postscript outlines. To use EOT files with that browser, OpenType files with Postscript outlines must be converted to TrueType files first. Several prgrams are able to do that, including the free fontforge. The URLs that are added to the EOT file list the Web pages on which the EOT font may be used. They act as prefixes, which means that, e.g., a URL such as http://example.org/foo enables a font not only for that precise page, but also for http://example.org/foo2 or http://exam- ple.org/foo/bar or any other pages whose URL starts with the prefix. The EOT specification allows EOT files without any URLs, but is not clear on the meaning of such a file. In practice, at least in Micro- soft's Internet Explorer (version 8), an empty list of URLs means the font applies to no Web page at all. EOT font are typically used for Web pages. To that end, a link (URL) to the EOT file must appear in the Web page's style sheet. A typical rule in CSS looks like this: @font-face { font-family: My Fancy Font; font-style: normal; font-weight: normal; src: url(http://example.org/fonts/fancy-roman.eot); } body { font-family: My Fancy Font, serif; } This downloads the EOT file from the given URL and declares it to be a font of normal weight and roman style with the family name "My Fancy Font." That font can then be used in style rules, such as, in this example, to set the font of body text. See the "CSS Fonts Module level 3" for details on CSS. TrueType files typically have the extension .ttf, OpenType files typically have the extension .otf and EOT files typically end in .eot. SEE ALSO
eotinfo(1), fontforge(1), WEFT (http://www.microsoft.com/typography/web/embedding/weft3/default.htm), EOT (http://www.w3.org/Submis- sion/2008/01/) CSS Fonts Module level 3 (see http://www.w3.org/TR/css3-fonts/) BUGS
mkeot does not apply the optional MicroType Express compression. mkeot may fail with fonts that have non-ASCII characters in their names. mkeot cannot handle fonts that use (only) language tags instead of traditional Microsoft/Apple language numbers in their names table. (Luckily, this feature of OpenType version 1.6 appears to be little used.) mkeot does not subset the font, unlike Microsoft's graphical WEFT tool. To make a EOT file with a reduced set of glyphs, you must first create a subsetted TrueType font with a font editor. 1.x 25 Jan 2010 MKEOT(1)
All times are GMT -4. The time now is 04:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy