Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D915F200CB8 for ; Sat, 1 Jul 2017 11:23:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C17D1160BEA; Sat, 1 Jul 2017 09:23:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 143BD160BD2 for ; Sat, 1 Jul 2017 11:23:05 +0200 (CEST) Received: (qmail 97822 invoked by uid 500); 1 Jul 2017 09:23:05 -0000 Mailing-List: contact dev-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list dev@pdfbox.apache.org Received: (qmail 97804 invoked by uid 99); 1 Jul 2017 09:23:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jul 2017 09:23:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 919A01A0914 for ; Sat, 1 Jul 2017 09:23:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id WHbaPiLi_St5 for ; Sat, 1 Jul 2017 09:23:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7DFC15F613 for ; Sat, 1 Jul 2017 09:23:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A1116E08B7 for ; Sat, 1 Jul 2017 09:23:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DF571245DC for ; Sat, 1 Jul 2017 09:23:00 +0000 (UTC) Date: Sat, 1 Jul 2017 09:23:00 +0000 (UTC) From: "Tilman Hausherr (JIRA)" To: dev@pdfbox.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PDFBOX-3850) DrawPrintTextLocations should limit bbox paint to font bbox when type 3 font has incorrect large glyph bbox MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 01 Jul 2017 09:23:07 -0000 [ https://issues.apache.org/jira/browse/PDFBOX-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3850: ------------------------------------ Description: The cyan rectangle should not be larger than the font bbox. In the attached file, the indidual glyph bboxes are all too large. Also add a comment that calculating glyph bounds for type 3 fonts is futile. Initial report by [~eruiz0] is [here|https://mail-archives.apache.org/mod_mbox/pdfbox-users/201706.mbox/%3CBN6PR10MB1905F7D5A842B7EF7F1E4D9F8ED20%40BN6PR10MB1905.namprd10.prod.outlook.com%3E]. was:The cyan rectangle should not be larger than the font bbox. In the attached file, the indidual glyph bboxes are all too large. Also add a comment that calculating glyph bounds for type 3 fonts is futile. > DrawPrintTextLocations should limit bbox paint to font bbox when type 3 font has incorrect large glyph bbox > ----------------------------------------------------------------------------------------------------------- > > Key: PDFBOX-3850 > URL: https://issues.apache.org/jira/browse/PDFBOX-3850 > Project: PDFBox > Issue Type: Bug > Components: Utilities > Affects Versions: 2.0.6 > Reporter: Tilman Hausherr > Assignee: Tilman Hausherr > Labels: type3 > Fix For: 2.0.7, 3.0.0 > > Attachments: boxissue_type3_font-marked-1.png, boxissue_type3_font.pdf > > > The cyan rectangle should not be larger than the font bbox. In the attached file, the indidual glyph bboxes are all too large. Also add a comment that calculating glyph bounds for type 3 fonts is futile. > Initial report by [~eruiz0] is [here|https://mail-archives.apache.org/mod_mbox/pdfbox-users/201706.mbox/%3CBN6PR10MB1905F7D5A842B7EF7F1E4D9F8ED20%40BN6PR10MB1905.namprd10.prod.outlook.com%3E]. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org For additional commands, e-mail: dev-help@pdfbox.apache.org