File 0004-remove-now-obsolete-comment-too.patch of Package fonttosfnt.20912
From 0f63ff97fd95666e3418c18ac141970b060bc662 Mon Sep 17 00:00:00 2001
From: Christopher Zimmermann <madroach@gmerlin.de>
Date: Tue, 16 Jun 2020 10:40:36 +0200
Subject: [PATCH 04/14] remove now obsolete comment, too
---
struct.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/struct.c b/struct.c
index 7b6cca5..bcb07ba 100644
--- a/struct.c
+++ b/struct.c
@@ -463,10 +463,6 @@ glyphMetrics(FontPtr font, int code,
*y_min_return =
(((float)bitmap->horiBearingY - bitmap->height)
/ strike->sizeY) * TWO_SIXTEENTH;
- /* For the following two, 0.9 instead of 0.5 might make
- more sense. However, using different rounding rules
- for x_max and awidth causes problems for detecting
- charcell fonts. */
if(x_max_return)
*x_max_return =
(((float)bitmap->horiBearingX + bitmap->width)
--
2.28.0