An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Go](https://github.com/wayneashleyberry/sfnt/workflows/Go/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/wayneashleyberry/sfnt)](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
}
```