fontviewer
fontviewer copied to clipboard
This app is deprecated.
Fontviewer
💥This repository is deprecated!💥 Check new fontviewer!
You can check and search fonts you have. And you can change the color.
Installation
If you use windows, you also may need to install the windows-build-tools package.
npm -g install windows-build-tools
If you use linux, you also may need to install the libfontconfig-dev package. For example:
sudo apt-get install libfontconfig-dev
Download this repository.
git pull https://github.com/ssssota/fontviewer.git
Install node packages.
npm install
Rebuild libraries for electron.
npm run rebuild-lib
Usage
Launch
npm start
Debug
npm run debug
Build
# build for mac
npm run build:mac
# build for windows
npm run build:windows
# build for linux
npm run build:linux
License
The MIT License.