You don't install this into Windows or macOS; you "install" it into your Arduino environment:
Many distributions do not ship 6x14h by default. You can manually download a .psf (PC Screen Font) version.
# Convert bdf to pcf if needed bdftopcf 6x14h.bdf > 6x14h.pcf gzip 6x14h.pcf sudo cp 6x14h.pcf.gz /usr/share/fonts/X11/misc/ sudo mkfontdir /usr/share/fonts/X11/misc/ xset fp rehash
You don't install this into Windows or macOS; you "install" it into your Arduino environment:
Many distributions do not ship 6x14h by default. You can manually download a .psf (PC Screen Font) version. font 6x14h library download install
# Convert bdf to pcf if needed bdftopcf 6x14h.bdf > 6x14h.pcf gzip 6x14h.pcf sudo cp 6x14h.pcf.gz /usr/share/fonts/X11/misc/ sudo mkfontdir /usr/share/fonts/X11/misc/ xset fp rehash You don't install this into Windows or macOS;