hb-info - Query font information.
- hb-info [OPTION?] [FONT-FILE]
Query font information.
- --named-instance=index
- Set named-instance index (default: none)
- --variations=list
- Comma-separated list of font variations
- Variations are set globally. The format for specifying variation settings
follows. All valid CSS font-variation-settings values other than 'normal'
and 'inherited' are also accepted, though, not documented below.
- The format is a tag, optionally followed by an equals sign, followed by a
number. For example:
- "wght=500" "slnt=-7.5"
- -q, --quiet
- Generate machine-readable output
- --version
- Show version numbers
Queries font file for various information. If no query option is
specified, --show-all is assumed.
- 0: Success.
- 1: Option parsing failed.
- 2: Failed loading font face.
- 4: Failed setting font functions.
- HB_FACE_LOADER=face-loader; Overrides the default face loader.
- HB_FONT_FUNCS=font-funcs; Overrides the default font-funcs.
- hb-view(1), hb-shape(1), hb-raster(1), hb-vector(1), hb-subset(1),
hb-info(1)
Find more information or report bugs at
<https://github.com/harfbuzz/harfbuzz>