commit | d9c2484c482e024a5de5ea73d456fb873fb7e8ac | [log] [tgz] |
---|---|---|
author | Denys Smirnov <denis.smirnov.91@gmail.com> | Tue Oct 30 03:32:54 2018 +0200 |
committer | Nigel Tao <nigeltao@golang.org> | Thu Nov 15 06:11:51 2018 +0000 |
tree | 694d8461d34fe3a5adc7dbc1c66760520748e11a | |
parent | 46e4eb730abb48e79f504fbfd0424c0bb54e26c0 [diff] |
font/sfnt: parse and expose PostScript information Currently the library only parses the version in PostScript table. However use cases such as PDF document processing requires this information to be exposed. CL parses a minimal set of the fields from the PostScript table and exposes it via new PostTable method. Change-Id: Ia86eecea9f5aaf557c7e4737f2474966aa30cff2 Reviewed-on: https://go-review.googlesource.com/c/145797 Reviewed-by: Nigel Tao <nigeltao@golang.org>
This repository holds supplementary Go image libraries.
The easiest way to install is to run go get -u golang.org/x/image/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/image
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the image repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/image:” in the subject line, so it is easy to find.