golang-github-golang-freetype 0.0~git20170609.e2365df+dfsg-2 source package in Ubuntu

Changelog

golang-github-golang-freetype (0.0~git20170609.e2365df+dfsg-2) unstable; urgency=medium

  * debhelper-compat 13 (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Andreas Tille <email address hidden>  Thu, 06 Aug 2020 13:02:04 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-golang-freetype_0.0~git20170609.e2365df+dfsg-2.dsc 2.4 KiB ccc8f8d1c2183b6694fd5914e6146c3be8d5233c5d60e76ecf473ba18e3e38bd
golang-github-golang-freetype_0.0~git20170609.e2365df+dfsg.orig.tar.xz 57.7 KiB 357dca2dd49c891cf954aa47f629b5ab2968c9cc15bf641a8ac7939ee27398dd
golang-github-golang-freetype_0.0~git20170609.e2365df+dfsg-2.debian.tar.xz 4.4 KiB 09e0dbf2d58affb441f55bf2151fbbbd01bd22e53bb45d91095c4e2e6fd134e8

No changes file available.

Binary packages built by this source

golang-github-golang-freetype-dev: Freetype font rasterizer in the Go programming language

 The Freetype font rasterizer in the Go programming language.
 .
 It is an incomplete port:
  * It only supports TrueType fonts, and not Type 1 fonts nor bitmap fonts.
  * It only supports the Unicode encoding.
 .
 There are also some implementation differences:
  * It uses a 26.6 fixed point co-ordinate system everywhere internally,
    as opposed to the original Freetype's mix of 26.6 (or 10.6 for 16-bit
    systems) in some places, and 24.8 in the "smooth" rasterizer.