Skip to content

chocolateimage/fontviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Viewer

View and install fonts on a Linux system

image


Installation

To add the PPA (required for the package), run the following commands:

sudo add-apt-repository ppa:chocolateimage/ppa
sudo apt update

To install the package, run:

sudo apt install fontviewer

Building from source

You need to have meson installed.

Run this command to setup the build directory:

meson setup builddir
cd builddir

And to compile the program run:

meson compile

To run fontviewer run:

# Make sure to be in the build directory!
./fontviewer

About

View and install fonts on a Linux system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published