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
15       and customizing font access.
16
17       Albatross takes a list of glyphs as  input.   Three  formats  are  sup‐
18       ported:
19
20       #1     The  glyph  itself, e.g., ß (Eszett).  Internally, the tool con‐
21              verts it to the corresponding Unicode code point.
22
23       #2     The glyph as a Unicode code point in the  hexadecimal  notation,
24              e.g.,  0xDF.   The  0x  prefix is mandatory.  Note that the tool
25              takes the value as case insensitive, e.g., 0xDF is equal to 0xdf
26              (or any case combination thereof).
27
28       #3     The glyph as a Unicode code point using the multiset union nota‐
29              tion, e.g, U+DF.  The U+ prefix is mandatory.  Be  mindful  that
30              this notation expects an uppercase U.
31

OPTIONS

33       --show-styles
34              Show available font styles
35
36       --detailed
37              Show a detailed font list
38
39       --ansi-level [n|a16|a256|tc]
40              Set the default ANSI level
41
42       --border-style [0|1|2|3|4|5|6]
43              Set the border style
44
45       --or   Look for each glyph separately
46
47       --version
48              Show the version and exit
49
50       --help Show a help message and exit
51

BUGS

53       Issue tracker at ⟨https://gitlab.com/islandoftex/albatross/-/issues⟩.
54
55
56
57v0.5.0                          27 January 2023                   ALBATROSS(1)
Impressum