summaryrefslogtreecommitdiff
path: root/support/albatross/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/albatross/README.md')
-rw-r--r--support/albatross/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/support/albatross/README.md b/support/albatross/README.md
index 45c6bd543d..1f00d4325f 100644
--- a/support/albatross/README.md
+++ b/support/albatross/README.md
@@ -40,7 +40,7 @@ the tool usage.
### Glyphs
-Albatross takes a list of glyphs as input. Two formats are supported:
+Albatross takes a list of glyphs as input. Three formats are supported:
- The glyph itself, e.g, `ß` ([Eszett](https://en.wikipedia.org/wiki/%C3%9F)).
Internally, the tool will convert it to the corresponding Unicode code point.
@@ -49,6 +49,10 @@ Albatross takes a list of glyphs as input. Two formats are supported:
The `0x` prefix is mandatory. Note that the tool takes the value as case
insensitive, e.g, `0xDF` is equal to `0xdf` (or any case combination thereof).
+- The glyph as a Unicode code point using the multiset union notation, e.g,
+ `U+DF`. The `U+` prefix is mandatory. Be mindful that this notation expects
+ an uppercase `U`.
+
When a list of glyphs is provided, the tool will take a conjunctive approach and
look for fonts that contain all elements in such list (default behaviour). Use
the `-o` flag (or `--or` for the long flag) to look for each glyph separately.