Activity log for bug #648406

Date Who What changed Old value New value Message
2010-09-26 21:42:37 Paul Sladen bug added bug
2010-09-26 21:42:42 Paul Sladen ubuntu-font-family: milestone 0.70
2010-09-26 21:42:52 Paul Sladen ubuntu-font-family: status New Confirmed
2010-09-26 21:42:55 Paul Sladen ubuntu-font-family: importance Undecided High
2010-09-26 21:48:26 Paul Sladen summary Technical: Metadata: set os2:fsType=0x0000 (Installable Embedding) Technical: Metadata: set OS/2.fsType=0 (Installable Embedding)
2010-09-26 21:49:19 Paul Sladen description (Thanks to Nicolas). The final .ttfs need to allow for embedding and reuse. This is done by setting the fsType entry in the os2 table to be 0x0000. Documentation on the field can be found at: http://partners.adobe.com/public/developer/opentype/index_os2.html#fst And this can be found in Fontforge: Element-> Font Info -> OS/2 -> Embeddable (or 'os2_fstype' in the Python module). Not making this change may restrict the use of the fonts on certain software or systems which check the value of this field. (Thanks to Nicolas). The final .ttfs need to allow for embedding and reuse. This is done by setting the fsType entry in the os2 table to be 0x0000. Documentation on the field can be found at:   http://partners.adobe.com/public/developer/opentype/index_os2.html#fst And this can be found in Fontforge: Element-> Font Info -> OS/2 -> Embeddable (or 'os2_fstype' in the Python module). Not making this change may restrict the use of the fonts on certain software or systems which check the value of this field. This can be patched with: f = ttLib.TTFont(sys.argv[1]) f['OS/2'].fsType = 0x0000 f.save(sys.argv[2])
2010-09-26 21:49:47 Paul Sladen bug added subscriber Nicolas Spalinger
2010-09-26 21:49:58 Paul Sladen bug added subscriber Dave Crossland
2010-09-26 21:50:16 Paul Sladen tags ttf-licence ttf-metadata
2010-09-26 21:55:45 Paul Sladen description (Thanks to Nicolas). The final .ttfs need to allow for embedding and reuse. This is done by setting the fsType entry in the os2 table to be 0x0000. Documentation on the field can be found at:   http://partners.adobe.com/public/developer/opentype/index_os2.html#fst And this can be found in Fontforge: Element-> Font Info -> OS/2 -> Embeddable (or 'os2_fstype' in the Python module). Not making this change may restrict the use of the fonts on certain software or systems which check the value of this field. This can be patched with: f = ttLib.TTFont(sys.argv[1]) f['OS/2'].fsType = 0x0000 f.save(sys.argv[2]) (Thanks to Nicolas). The final .ttfs need to allow for embedding and reuse. This is done by setting the fsType entry in the os2 table to be 0x0000. Documentation on the field can be found at:   http://partners.adobe.com/public/developer/opentype/index_os2.html#fst And this can be found in Fontforge: Element-> Font Info -> OS/2 -> Embeddable (or 'os2_fstype' in the Python module). Not making this change may restrict the use of the fonts on certain software or systems which check the value of this field (eg. apparently MSIE9 with .ttf webfonts). This can be patched with:     f = ttLib.TTFont(sys.argv[1])     f['OS/2'].fsType = 0x0000     f.save(sys.argv[2])
2010-09-28 08:26:41 Paul Sladen ubuntu-font-family: status Confirmed Fix Released
2010-09-30 06:31:41 Paul Sladen branch linked lp:~sladen/ubuntu-font-family/midstream
2010-09-30 11:30:40 Paul Sladen ubuntu-font-family: milestone 0.70 0.68
2010-12-07 01:30:57 Paul Sladen ubuntu-font-family: status Fix Released Triaged
2010-12-07 01:30:57 Paul Sladen ubuntu-font-family: milestone 0.68 0.70
2010-12-07 15:47:20 Paul Sladen ubuntu-font-family: assignee Malcolm Wooden (malcolm-daltonmaag)
2010-12-08 17:55:11 Paul Sladen ubuntu-font-family: status Triaged Fix Committed
2010-12-09 09:52:52 Shiraaz Gabru ubuntu-font-family: status Fix Committed In Progress
2010-12-09 13:33:11 Paul Sladen ubuntu-font-family: status In Progress Fix Committed
2010-12-14 04:34:05 Paul Sladen ubuntu-font-family: status Fix Committed Fix Released
2010-12-14 06:15:47 Launchpad Janitor branch linked lp:ubuntu/ubuntu-font-family-sources
2010-12-14 14:00:47 Paul Sladen attachment added print-fstype-bits.py https://bugs.launchpad.net/ubuntu-font-family/+bug/648406/+attachment/1765670/+files/print-fstype-bits.py
2010-12-14 14:06:36 Paul Sladen ubuntu-font-family: importance High Critical
2010-12-14 14:06:36 Paul Sladen ubuntu-font-family: status Fix Released Confirmed
2010-12-14 14:06:36 Paul Sladen ubuntu-font-family: assignee Malcolm Wooden (malcolm-daltonmaag) Paul Sladen (sladen)
2010-12-14 15:08:15 Paul Sladen bug task added ubuntu-font-family-website
2010-12-14 15:10:59 Paul Sladen ubuntu-font-family-website: importance Undecided High
2010-12-14 15:10:59 Paul Sladen ubuntu-font-family-website: status New Fix Released
2010-12-14 15:11:09 Paul Sladen ubuntu-font-family-website: assignee Paul Sladen (sladen)
2010-12-14 15:12:28 Paul Sladen ubuntu-font-family: status Confirmed Fix Released
2010-12-14 15:16:28 Paul Sladen bug task added ubuntu-font-family-sources (Ubuntu)
2010-12-14 15:16:51 Paul Sladen ubuntu-font-family-sources (Ubuntu): importance Undecided High
2010-12-14 15:16:51 Paul Sladen ubuntu-font-family-sources (Ubuntu): status New Confirmed
2010-12-14 15:16:51 Paul Sladen ubuntu-font-family-sources (Ubuntu): assignee Paul Sladen (sladen)
2010-12-14 15:25:11 Launchpad Janitor ubuntu-font-family-sources (Ubuntu): status Confirmed Fix Released