All Projects → RazrFalcon → ttf-explorer

RazrFalcon / ttf-explorer

Licence: MIT license
A simple tool to explore a TrueType font content as a tree

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ttf-explorer

fonterator
Load fonts as vector graphics in pure Rust with advanced text layout.
Stars: ✭ 34 (+54.55%)
Mutual labels:  opentype, truetype
pixel font
All-in-one tool for creating TrueType outline fonts from bitmap glyph data, purely written in Elixir.
Stars: ✭ 16 (-27.27%)
Mutual labels:  opentype, truetype
bitsnpicas
Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
Stars: ✭ 171 (+677.27%)
Mutual labels:  opentype, truetype
Opentype.js
Read and write OpenType fonts using JavaScript.
Stars: ✭ 3,393 (+15322.73%)
Mutual labels:  opentype, truetype
typedesigner
Unified Font Object Editor for macOS
Stars: ✭ 20 (-9.09%)
Mutual labels:  opentype, truetype
Font Spider
Smart webfont compression and format conversion tool
Stars: ✭ 4,550 (+20581.82%)
Mutual labels:  opentype, truetype
Adobe Variable Font Prototype
Variable font example in OpenType-CFF2 & TrueType formats
Stars: ✭ 116 (+427.27%)
Mutual labels:  opentype
Typography
C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
Stars: ✭ 246 (+1018.18%)
Mutual labels:  opentype
Source Han Sans
Source Han Sans | 思源黑体 | 思源黑體 | 思源黑體 香港 | 源ノ角ゴシック | 본고딕
Stars: ✭ 10,181 (+46177.27%)
Mutual labels:  opentype
Free Font
大概是2020年最全的免费可商用字体,这里收录的商免字体都能找到明确的授权出处,可以放心使用,持续更新中...
Stars: ✭ 1,140 (+5081.82%)
Mutual labels:  opentype
harfbuzzjs
Providing HarfBuzz shaping library for client/server side JavaScript projects
Stars: ✭ 109 (+395.45%)
Mutual labels:  opentype
perplexed
OTF monospace typeface, a derivative of IBM Plex Mono with Powerline glyphs added
Stars: ✭ 23 (+4.55%)
Mutual labels:  opentype
Ttf Parser
A high-level, safe, zero-allocation TrueType font parser.
Stars: ✭ 221 (+904.55%)
Mutual labels:  opentype
Warcraft Font Merger
Warcraft Font Merger,魔兽世界字体合并/补全工具。
Stars: ✭ 118 (+436.36%)
Mutual labels:  opentype
Source Han Code Jp
Source Han Code JP | 源ノ角ゴシック Code
Stars: ✭ 1,362 (+6090.91%)
Mutual labels:  opentype
fdiff
An OpenType table diff tool for fonts. Based on the fontTools TTX format.
Stars: ✭ 33 (+50%)
Mutual labels:  opentype
Bettertypepanel
A sketch plugin to help manage common OpenType properties
Stars: ✭ 80 (+263.64%)
Mutual labels:  opentype
Harfbuzz
HarfBuzz text shaping engine
Stars: ✭ 2,206 (+9927.27%)
Mutual labels:  opentype
punk-otf
Punk Nova - an OpenType implementation of Donald Knuth's Punk font
Stars: ✭ 37 (+68.18%)
Mutual labels:  opentype
Source Han Super Otc
Source Han & Noto CJK Mega/Ultra OTCs
Stars: ✭ 153 (+595.45%)
Mutual labels:  opentype

ttf-explorer

A simple tool to explore a TrueType/OpenType/AAT font content as a tree. With a final goal to define each byte in a font.

Build & Run

The application is made with Qt, so you have to install it first.

You can built it via Qt Creator or using terminal: qmake && make.

You will also need a C++ compiler with C++17 support.

Downloads

You can find prebuilt versions in Releases.

Supported tables

ankr, avar, bdat, bloc, CBDT, CBLC, CFF, CFF2, cmap, EBDT, EBLC, feat, fvar, GDEF (mostly), glyf, gvar, head, hhea, hmtx, HVAR, kern, loca, maxp, MVAR, name, OS/2, post, sbix, STAT (partially), SVG, trak, vhea, vmtx, VORG, VVAR

License

MIT

Also, most of the value names were taken from the Microsoft's OpenType™ specification.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].