Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 617672 Details for
Bug 860550
do not recognize GASP table version 1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Commit that fixed this
0001-The-gasp-table-version-was-ignored-when-writing-and-.patch (text/plain), 2.22 KB, created by
Paul Flo Williams
on 2012-09-26 17:07:23 UTC
(
hide
)
Description:
Commit that fixed this
Filename:
MIME Type:
Creator:
Paul Flo Williams
Created:
2012-09-26 17:07:23 UTC
Size:
2.22 KB
patch
obsolete
>From a0fd436141fa402056ec9f247b3f50cf2b3ecb31 Mon Sep 17 00:00:00 2001 >From: Alexey Kryukov <amkryukov@gmail.com> >Date: Sun, 18 Sep 2011 14:30:20 +0400 >Subject: [PATCH] The gasp table version was ignored when writing and opening > SFD files. > >--- > fontforge/sfd.c | 2 ++ > htdocs/sfdchangelog.html | 6 ++++++ > htdocs/sfdformat.html | 5 +++-- > 3 files changed, 11 insertions(+), 2 deletions(-) > >diff --git a/fontforge/sfd.c b/fontforge/sfd.c >index e10fb82..ca0e477 100644 >--- a/fontforge/sfd.c >+++ b/fontforge/sfd.c >@@ -1595,6 +1595,7 @@ return; > fprintf( sfd, "GaspTable: %d", sf->gasp_cnt ); > for ( i=0; i<sf->gasp_cnt; ++i ) > fprintf( sfd, " %d %d", sf->gasp[i].ppem, sf->gasp[i].flags ); >+ fprintf( sfd, " %d", sf->gasp_version); > putc('\n',sfd); > } > >@@ -5308,6 +5309,7 @@ static void SFDGetGasp(FILE *sfd,SplineFont *sf) { > getsint(sfd,(int16 *) &sf->gasp[i].ppem); > getsint(sfd,(int16 *) &sf->gasp[i].flags); > } >+ getsint(sfd,(int16 *) &sf->gasp_version); > } > > static void SFDGetDesignSize(FILE *sfd,SplineFont *sf) { >diff --git a/htdocs/sfdchangelog.html b/htdocs/sfdchangelog.html >index 9b3cb46..f073cb9 100644 >--- a/htdocs/sfdchangelog.html >+++ b/htdocs/sfdchangelog.html >@@ -18,6 +18,12 @@ > started keeping track of these changes, so older changes are not listed here. > <UL> > <LI> >+ 14-Sep-2010 >+ <UL> >+ <LI> >+ Added gasp table version to GaspTable keyword. >+ </UL> >+ <LI> > 03-Feb-2010 > <UL> > <LI> >diff --git a/htdocs/sfdformat.html b/htdocs/sfdformat.html >index c864f6f..ad3c927 100644 >--- a/htdocs/sfdformat.html >+++ b/htdocs/sfdformat.html >@@ -137,7 +137,7 @@ MacStyle: 0 > TeXData: 1 10485760 0 269484 134742 89828 526385 1048576 89828 > CreationTime: 1151539072 > ModificationTime: 11516487392 >-GaspTable 3 8 2 16 1 65535 3 >+GaspTable 3 8 2 16 1 65535 3 0 > DEI: 91125 > ExtremaBound: 30 > </PRE> >@@ -252,7 +252,8 @@ CIDVersion: 1.2 > GaspTable > <DD> > The first number following the keyword gives the number of ppem/flag pairs >- on the line. The next two numbers are the first ppem and first flag. >+ on the line. The next two numbers are the first ppem and first flag. The >+ last number is gasp table version. > <DT> > UseXUID > <DD> >-- >1.7.11.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 860550
: 617672