[go: up one dir, main page]

Menu

Tree [d670ed] v0.0.1 /
 History

HTTPS access


File Date Author Commit
 .github 2022-07-02 xiaoming xiaoming [d670ed] doc:update readme
 InnoSetup 2022-07-02 xiaoming xiaoming [687405] ci:add build script
 depend 2022-07-02 xiaoming xiaoming [d670ed] doc:update readme
 dpkg 2022-07-02 xiaoming xiaoming [687405] ci:add build script
 img 2022-07-02 xiaoming xiaoming [d670ed] doc:update readme
 src 2022-07-02 xiaoming xiaoming [d670ed] doc:update readme
 test 2022-07-02 xiaoming xiaoming [e0663e] src:first commit
 tools 2022-07-02 xiaoming xiaoming [687405] ci:add build script
 .gitignore 2022-07-02 xiaoming xiaoming [e0663e] src:first commit
 LICENSE 2022-07-02 xiaoming xiaoming [e0663e] src:first commit
 README.md 2022-07-02 xiaoming xiaoming [d670ed] doc:update readme
 README_zh_CN.md 2022-07-02 xiaoming xiaoming [d670ed] doc:update readme
 TTFviewer.pro 2022-07-02 xiaoming xiaoming [d670ed] doc:update readme
 build_deb.sh 2022-07-02 xiaoming xiaoming [687405] ci:add build script
 build_dmg.sh 2022-07-02 xiaoming xiaoming [687405] ci:add build script
 build_setup.bat 2022-07-02 xiaoming xiaoming [687405] ci:add build script
 partform_unix.pri 2022-07-02 xiaoming xiaoming [687405] ci:add build script
 partform_win32.pri 2022-07-02 xiaoming xiaoming [687405] ci:add build script

Read Me

CI
CodeFactor
GitHub tag (latest SemVer)
GitHub All Releases
GitHub stars

TTFviewer

English | 简体中文

TTFviewer is a small tool for developers to view and preview various ttf font/icon image formats. It is based on Qt, and some of the code comes from the project: https://github.com/donbright/font_to_svg and https://github.com/QQxiaoming/YUVviewer , supports windows/linux/macos, the interface is simple and clear, and the operation is portable. The main interface is as follows:

img0

Feature

  1. Select parameters on the main interface.
  2. Click Open File or Folder to parse the image data and display the image.
  3. Used in the image display interface
    • scroll wheel to zoom in and out of the image,
    • use the left button to drag the image,
    • Double click the left button to save the image as png format,
    • Right click to reset image size and position,
    • Middle click to display the original size of the image.

Format

Currently supported formats include:

ttf

Build

(TODO)