nerd-fonts/bin/scripts/lib
Fini Jastrow ef6bf1b85b Devicons: Activate Devicons update
$ ./generate
    Program root: /usr

    Reading mapping file
    Found 496 entries

    Unpacking Devicons archive

    Mixing Vorillaz Devicons and possible fixes in
    Found 1688 svgs
    Bad RGB color spec: rgb(0%,0%,0%)
    Bad RGB color spec: rgb(0%,0%,0%)
    Bad RGB color spec: rgb(0%,0%,0%)
    Bad RGB color spec: rgb(0%,0%,0%)
    Using fixed svg for angularjs-plain.svg
    Using fixed svg for awk-plain.svg
    Bad RGB color spec: rgb(0%,0%,0%)
    Using fixed svg for bash-plain.svg
    Bad RGB color spec: rgb(25.882353%,12.156863%,37.254902%)
    Using fixed svg for llvm-plain.svg
    Bad RGB color spec: rgb(9.411765%,71.372549%,96.470588%)
    Generating devicons.ttf with 496 glyphs
    Generating GlyphInfo i_dev.sh
    Finished

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2024-09-06 13:34:28 +02:00
..
fonts.json Add SPDX license info 2024-04-12 07:18:36 +02:00
i_all.sh [ci] Bump release version 2024-04-12 14:31:51 +00:00
i_cod.sh generate-glyph-info: Fix double entries 2024-03-17 14:24:43 +01:00
i_dev.sh Devicons: Activate Devicons update 2024-09-06 13:34:28 +02:00
i_fa.sh [ci] Bump release version 2024-04-12 14:31:51 +00:00
i_fae.sh Cheatsheet correction (fixes #285) 2019-08-15 14:41:20 -07:00
i_iec.sh Update bash shebangs 2018-07-09 18:18:12 +03:00
i_logos.sh [ci] Bump release version 2024-04-12 14:31:51 +00:00
i_material.sh [ci] Bump release version 2024-04-12 14:31:51 +00:00
i_md.sh [ci] Bump release version 2024-04-12 14:31:51 +00:00
i_oct.sh [ci] Bump release version 2024-04-12 14:31:51 +00:00
i_ple.sh Fix new Powerline icons tag names 2024-04-04 11:13:19 +02:00
i_pom.sh Update bash shebangs 2018-07-09 18:18:12 +03:00
i_seti.sh [ci] Rebuild original-source font 2024-04-26 11:04:41 +00:00
i_weather.sh [ci] Bump release version 2024-04-12 14:31:51 +00:00
README.md lib: Clearly mark i_material as obsolete 2023-10-03 15:12:16 +02:00
template-font-preview.svg generate-font-image-previews: Clean up svg (remove warnings) 2024-03-05 19:14:12 +01:00
template-font-preview2.svg generate-font-image-previews: Fix wrong previews 2024-03-05 19:14:12 +01:00

Contents

This directory contains

  • List of all source fonts to patch with CI
  • List of all glyphs for the cheat-sheet

Source fonts

The file fonts.json is used by the github CI to patch all fonts and create all the release zip archives. The 'font matrix' is derived from it.

get-font-names-from-json.sh is a small helper to set the matrix up.

Cheat Sheet

The glyphs get their names through the individual (per glyph source) i_*.sh files in this directory. Only glyphs listed here could be found with the cheat sheet.

  • codicons/codicon.ttf: i_cod.sh
  • devicons.ttf: i_dev.sh
  • font-awesome-extension.ttf: i_fae.sh
  • font-awesome/FontAwesome.otf: i_fa.sh
  • Unicode_IEC_symbol_font.otf: i_iec.sh
  • font-logos.ttf: i_logos.sh
  • materialdesignicons-webfont.ttf: i_material.sh removed with Nerd Fonts v3
  • materialdesign/MaterialDesignIconsDesktop.ttf : i_md.sh
  • octicons.ttf: i_oct.sh
  • PowerlineExtraSymbols.otf: i_ple.sh
  • powerline-symbols/PowerlineSymbols.otf: is a subset of PowerlineExtraSymbols
  • Pomicons.otf: i_pom.sh
  • original-source.otf: i_seti.sh
  • weather-icons/weathericons-regular-webfont.ttf: i_weather.sh