commit | e162460cd6b5176292c0a160614547bab9a90788 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sun Sep 27 01:43:22 2020 |
committer | Nigel Tao <nigeltao@golang.org> | Sun Sep 27 10:45:01 2020 |
tree | aedbfa426c396f7d491e150b83a9ed636cc9c68d | |
parent | a67d67e0935bb23dfe8a89e76745bb1965128232 [diff] |
font/opentype: add Parse and similar functions They delegate to the corresponding sfnt functions. Users (such as example_test.go) now only need to import one package: opentype. Also expand opentype and sfnt package docs to emphasize their differences. Change-Id: If641f978baa147780e5521aa3e65ee7db3ac1bc3 Reviewed-on: https://go-review.googlesource.com/c/image/+/257539 Trust: Nigel Tao <nigeltao@golang.org> Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com>
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.