EnglishFrenchSpanish

Ad


OnWorks favicon

mkeot - Online in the Cloud

Run mkeot in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mkeot that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

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://example.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 Microsoft'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.

Use mkeot online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad