Skip to content

0dist/fontview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Currently it can:

  • View 1 font directory at a time
  • Index only .ttf/.otf font files
  • Basic text formatting
  • Display font info and glyph data

To-do:

  • Font collection managment
  • View multiple directories
  • Custom text previews
  • Optimize font resizing
  • Custom theme

Known issues:

  • Sorts incorrectly by font weight on Linux

How to run

git clone https://github.com/0dist/fontview
cd fontview
pip install -r requirements.txt
main.py

Example

example

Credits

This app uses PyQt-Frameless-Window that replaces default Windows title bar