https://github.com/wayneashleyberry/sfnt
cli for inspecting truetype font metadata
https://github.com/wayneashleyberry/sfnt
font golang opentype otf sfnt truetype ttf
Last synced: 6 months ago
JSON representation
cli for inspecting truetype font metadata
- Host: GitHub
- URL: https://github.com/wayneashleyberry/sfnt
- Owner: wayneashleyberry
- License: mit
- Created: 2020-02-04T10:19:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T08:41:42.000Z (over 4 years ago)
- Last Synced: 2025-08-15T05:27:35.262Z (11 months ago)
- Topics: font, golang, opentype, otf, sfnt, truetype, ttf
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://goreportcard.com/report/github.com/wayneashleyberry/sfnt)
### Installation
```sh
go get github.com/wayneashleyberry/sfnt
```
### Usage
```sh
sfnt PaperCuteBold.otf | prettyjson
```
```json
{
"sfnt.NameIDCompatibleFull": null,
"sfnt.NameIDCopyright": "Copyright (c) 2012 by Fanny Coulez, Julien Saurin. All rights reserved.",
"sfnt.NameIDDarkBackgroundPalette": null,
"sfnt.NameIDDescription": "Copyright (c) 2012 by Fanny Coulez, Julien Saurin. All rights reserved.",
"sfnt.NameIDDesigner": "Fanny Coulez, Julien Saurin",
"sfnt.NameIDDesignerURL": "https://www.facebook.com/LaGoupilParis",
"sfnt.NameIDFamily": "PaperCute",
"sfnt.NameIDFull": "PaperCute Bold",
"sfnt.NameIDLicense": null,
"sfnt.NameIDLicenseURL": null,
"sfnt.NameIDLightBackgroundPalette": null,
"sfnt.NameIDManufacturer": "Fanny Coulez, Julien Saurin",
"sfnt.NameIDPostScript": "PaperCuteBold",
"sfnt.NameIDPostScriptCID": null,
"sfnt.NameIDSampleText": null,
"sfnt.NameIDSubfamily": "Bold",
"sfnt.NameIDTrademark": "PaperCute Bold is a trademark of Fanny Coulez, Julien Saurin.",
"sfnt.NameIDTypographicFamily": "PaperCute",
"sfnt.NameIDTypographicSubfamily": "Bold",
"sfnt.NameIDUniqueIdentifier": "FannyCoulez,JulienSaurin: PaperCute Bold: 2012",
"sfnt.NameIDVariationsPostScriptPrefix": null,
"sfnt.NameIDVendorURL": "https://www.myfonts.com/foundry/La_Goupil/",
"sfnt.NameIDVersion": "4.000",
"sfnt.NameIDWWSFamily": null,
"sfnt.NameIDWWSSubfamily": null
}
```