plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a78b1841be06709756d7fd3ccb6abac3a14a3cdb
parent 49ccc80e8c7e15e790b0db44ad6797a59a790167
Author: Rob Pike <r@golang.org>
Date:   Tue, 18 Aug 2015 14:24:39 +1000

font/fixed: adjust the ascent for the 7x13 subfonts

The ascent in these subfonts was 10 pixels but the images
are using an 11 ascent, so fix all the ascents in the files.
This is the global ascent, not for each character. This change
makes them consistent with the usage in, for instance,
the lucsans directory.

Problem was found with some new Go code to handle these
fonts, and we'd like to publish the updated files so the Go
code can use them in a test. If preferable, of course, they could
be put under some other name.

Others may also want adjustment, but we can start here.

Change-Id: I6c518604eed5b35db641dc537e4b5a2810ad1cf9
Reviewed-on: https://plan9port-review.googlesource.com/1351
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Russ Cox <rsc@swtch.com>

Diffstat:
Mfont/fixed/7x13.0000 | 0
Mfont/fixed/7x13.0100 | 0
Mfont/fixed/7x13.0200 | 0
Mfont/fixed/7x13.0300 | 0
Mfont/fixed/7x13.0400 | 0
Mfont/fixed/7x13.0500 | 0
Mfont/fixed/7x13.0E00 | 0
Mfont/fixed/7x13.1000 | 0
Mfont/fixed/7x13.1600 | 0
Mfont/fixed/7x13.1E00 | 0
Mfont/fixed/7x13.1F00 | 0
Mfont/fixed/7x13.2000 | 0
Mfont/fixed/7x13.2100 | 0
Mfont/fixed/7x13.2200 | 0
Mfont/fixed/7x13.2300 | 0
Mfont/fixed/7x13.2400 | 0
Mfont/fixed/7x13.2500 | 0
Mfont/fixed/7x13.2600 | 0
Mfont/fixed/7x13.2700 | 0
Mfont/fixed/7x13.2800 | 0
Mfont/fixed/7x13.2A00 | 0
Mfont/fixed/7x13.3000 | 0
Mfont/fixed/7x13.FB00 | 0
Mfont/fixed/7x13.FE00 | 0
Mfont/fixed/7x13.FF00 | 0
25 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/font/fixed/7x13.0000 b/font/fixed/7x13.0000 Binary files differ. diff --git a/font/fixed/7x13.0100 b/font/fixed/7x13.0100 Binary files differ. diff --git a/font/fixed/7x13.0200 b/font/fixed/7x13.0200 Binary files differ. diff --git a/font/fixed/7x13.0300 b/font/fixed/7x13.0300 Binary files differ. diff --git a/font/fixed/7x13.0400 b/font/fixed/7x13.0400 Binary files differ. diff --git a/font/fixed/7x13.0500 b/font/fixed/7x13.0500 Binary files differ. diff --git a/font/fixed/7x13.0E00 b/font/fixed/7x13.0E00 Binary files differ. diff --git a/font/fixed/7x13.1000 b/font/fixed/7x13.1000 Binary files differ. diff --git a/font/fixed/7x13.1600 b/font/fixed/7x13.1600 Binary files differ. diff --git a/font/fixed/7x13.1E00 b/font/fixed/7x13.1E00 Binary files differ. diff --git a/font/fixed/7x13.1F00 b/font/fixed/7x13.1F00 Binary files differ. diff --git a/font/fixed/7x13.2000 b/font/fixed/7x13.2000 Binary files differ. diff --git a/font/fixed/7x13.2100 b/font/fixed/7x13.2100 Binary files differ. diff --git a/font/fixed/7x13.2200 b/font/fixed/7x13.2200 Binary files differ. diff --git a/font/fixed/7x13.2300 b/font/fixed/7x13.2300 Binary files differ. diff --git a/font/fixed/7x13.2400 b/font/fixed/7x13.2400 Binary files differ. diff --git a/font/fixed/7x13.2500 b/font/fixed/7x13.2500 Binary files differ. diff --git a/font/fixed/7x13.2600 b/font/fixed/7x13.2600 Binary files differ. diff --git a/font/fixed/7x13.2700 b/font/fixed/7x13.2700 Binary files differ. diff --git a/font/fixed/7x13.2800 b/font/fixed/7x13.2800 Binary files differ. diff --git a/font/fixed/7x13.2A00 b/font/fixed/7x13.2A00 Binary files differ. diff --git a/font/fixed/7x13.3000 b/font/fixed/7x13.3000 Binary files differ. diff --git a/font/fixed/7x13.FB00 b/font/fixed/7x13.FB00 Binary files differ. diff --git a/font/fixed/7x13.FE00 b/font/fixed/7x13.FE00 Binary files differ. diff --git a/font/fixed/7x13.FF00 b/font/fixed/7x13.FF00 Binary files differ.