1ALBATROSS(1)                General Commands Manual               ALBATROSS(1)
2
3
4

NAME

6       albatross  -  a  tool  for finding fonts that contain a given (Unicode)
7       glyph.
8

SYNOPSIS

10       albatross [options] glyphs...
11

DESCRIPTION

13       albatross is a command line tool for finding fonts that contain a given
14       (Unicode) glyph. It relies on Fontconfig, a library for configuring and
15       customizing font access.
16
17       Albatross takes a list of glyphs as input. Two formats are supported:
18
19       #1     The glyph itself, e.g, ß (Eszett).  Internally,  the  tool  will
20              convert it to the corresponding Unicode code point.
21
22       #2     The  glyph  as a Unicode code point in the hexadecimal notation,
23              e.g, 0xDF.  The 0x prefix is mandatory. Note that the tool takes
24              the  value  as  case insensitive, e.g, 0xDF is equal to 0xdf (or
25              any case combination thereof).
26

OPTIONS

28       --show-styles
29              Show available font styles
30
31       --detailed
32              Show a detailed font list
33
34       --ansi-level
35              Set the default ANSI level
36
37       --border-style
38              Set the border style
39
40       --or   Look for each glyph separately
41
42       --version
43              Show the version and exit
44
45       --help Show a help message and exit.
46

BUGS

48       Issue tracker at ⟨https://gitlab.com/islandoftex/albatross/-/issues⟩.
49
50
51
52v0.3.0                          13 January 2021                   ALBATROSS(1)
Impressum