EnglishFrenchSpanish

OnWorks favicon

unifontpic - Online in the Cloud

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

This is the command unifontpic 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


unifontpic - Convert GNU Unifont .hex input to a bitmap image of the whole font

SYNOPSIS


unifontpic [-dnnn][-l][-t] < input-font.hex > output-font.bmp

DESCRIPTION


unifontpic reads a GNU Unifont .hex file from STDIN and writes a two dimensional rendering
for each glyph to STDOUT. The output displays the entire Unicode Basic Multilingual Plane
(BMP) as one large graphic image, showing a grid of 256 glyphs by 256 glyphs as the
default, or (at your option) 16 glyphs across by 4,096 glyphs down.

Input can be one or more files in Unifont .hex format. They don't have to be sorted, as
unifontpic will populate the entire glyph array of 65,536 code points before writing its
output. The input glyph code points should all be unique, as feeding in duplicate code
points will produce unpredictable results. Use unidup (1) on a sorted input of .hex files
to guarantee no code point duplication.

OPTIONS


-dnnn Specify a Dots per Inch (DPI) resolution of nnn. For example, specifying
-d120 will encode the bitmap graphics file output as having a resolution of
120 DPI.

-l Produce a long chart, 16 glyphs wide by 4,096 glyphs tall. The default is a
wide chart, 256 glyphs wide by 256 glyphs tall.

-t Use tiny numbers for the row and column code point labels. Tiny numbers are
on a 4 by 5 pixel grid. Only tiny code point labels appear on the long chart
variant; this option only has effect for wide charts (the default, of 256 by
256 glyphs). If this option is not specified for the default 256-by-256 grid,
row and column code point labels are taken from Unifont's glyphs for `0' to
`9' and `A' to `F'.

EXAMPLES


Sample usage:

cat *.hex | unifontpic -d120 > unifontpic.bmp

To generate a bitmap that shows combining circles, from the font/ subdirectory:

sort plane00/*.hex | unigencircles ttfsrc/combining.txt | unifontpic -d120
>unifontpic.bmp

Use unifontpic online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Osu!
    Osu!
    Osu! is a simple rhythm game with a well
    thought out learning curve for players
    of all skill levels. One of the great
    aspects of Osu! is that it is
    community-dr...
    Download Osu!
  • 2
    LIBPNG: PNG reference library
    LIBPNG: PNG reference library
    Reference library for supporting the
    Portable Network Graphics (PNG) format.
    Audience: Developers. Programming
    Language: C. This is an application that
    can also...
    Download LIBPNG: PNG reference library
  • 3
    Metal detector based on  RP2040
    Metal detector based on RP2040
    Based on Raspberry Pi Pico board, this
    metal detector is included in pulse
    induction metal detectors category, with
    well known advantages and disadvantages.
    RP...
    Download Metal detector based on RP2040
  • 4
    PAC Manager
    PAC Manager
    PAC is a Perl/GTK replacement for
    SecureCRT/Putty/etc (linux
    ssh/telnet/... gui)... It provides a GUI
    to configure connections: users,
    passwords, EXPECT regula...
    Download PAC Manager
  • 5
    GeoServer
    GeoServer
    GeoServer is an open-source software
    server written in Java that allows users
    to share and edit geospatial data.
    Designed for interoperability, it
    publishes da...
    Download GeoServer
  • 6
    Firefly III
    Firefly III
    A free and open-source personal finance
    manager. Firefly III features a
    double-entry bookkeeping system. You can
    quickly enter and organize your
    transactions i...
    Download Firefly III
  • More »

Linux commands

Ad