[go: up one dir, main page]

Menu

Tree [184078] v0.1.0 /
 History

HTTPS access


File Date Author Commit
 .github 2022-07-06 xiaoming xiaoming [184078] fix:windous decode err
 InnoSetup 2022-07-04 xiaoming xiaoming [857eac] res:add fake icon
 depend 2022-07-02 xiaoming xiaoming [d670ed] doc:update readme
 dpkg 2022-07-02 xiaoming xiaoming [687405] ci:add build script
 img 2022-07-06 xiaoming xiaoming [63925b] img: fix icon
 src 2022-07-06 xiaoming xiaoming [6b7528] fix:fix windows QString to string
 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
 DEVELOPNOTE.md 2022-07-06 xiaoming xiaoming [eda6c7] fix:fix build version
 LICENSE 2022-07-02 xiaoming xiaoming [e0663e] src:first commit
 README.md 2022-07-04 xiaoming xiaoming [5cc57a] doc:update readme.md
 README_zh_CN.md 2022-07-04 xiaoming xiaoming [5cc57a] doc:update readme.md
 TTFviewer.pro 2022-07-06 xiaoming xiaoming [eda6c7] fix:fix build version
 build_deb.sh 2022-07-06 xiaoming xiaoming [eda6c7] fix:fix build version
 build_dmg.sh 2022-07-06 xiaoming xiaoming [eda6c7] fix:fix build version
 build_setup.bat 2022-07-06 xiaoming xiaoming [eda6c7] fix:fix build version
 partform_unix.pri 2022-07-04 xiaoming xiaoming [a1e769] doc:update doc
 partform_win32.pri 2022-07-04 xiaoming xiaoming [a1e769] doc:update doc

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 svg 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\ttf_verbose

Build

> Build documentation