[Bug 130687] Re: fontconfig alias for ZapfDingbats font

2014-07-06 Thread Bug Watch Updater
** Changed in: fontconfig (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/130687

Title:
  fontconfig alias for ZapfDingbats font

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/130687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130687] Re: fontconfig alias for ZapfDingbats font

2014-04-10 Thread Ryan Tandy
This is fixed upstream in fontconfig 2.9.0, so Fix Released in Quantal
and later.

Precise is still affected. The workaround is to install the package
cups-filters, which contains a fontconfig file with an appropriate
alias.

** Changed in: fontconfig (Ubuntu)
   Status: Triaged = Fix Released

** Bug watch added: Debian Bug tracker #590487
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590487

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590487
   Importance: Unknown
   Status: Unknown

** Bug watch added: freedesktop.org Bugzilla #19128
   https://bugs.freedesktop.org/show_bug.cgi?id=19128

** Also affects: fontconfig via
   https://bugs.freedesktop.org/show_bug.cgi?id=19128
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/130687

Title:
  fontconfig alias for ZapfDingbats font

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/130687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130687] Re: fontconfig alias for ZapfDingbats font

2014-04-10 Thread Bug Watch Updater
** Changed in: debian
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/130687

Title:
  fontconfig alias for ZapfDingbats font

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/130687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130687] Re: fontconfig alias for ZapfDingbats font

2014-04-10 Thread Bug Watch Updater
Launchpad has imported 21 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=19128.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2008-12-16T22:44:28+00:00 Freedesktop wrote:

Add:

alias binding=same
  familyZapfDingbats/family
  acceptfamilyDingbats/family/accept
/alias

This fixes bugs with viewing some PDF files that do not include the font...
See:
https://bugzilla.redhat.com/show_bug.cgi?id=468565
http://bugzilla.gnome.org/show_bug.cgi?id=502664

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/2


On 2008-12-17T03:30:11+00:00 James H. Cloos Jr. wrote:

This is an example of the more general issue that aliass are matched
to patterns' fontnames literally, but actual fonts' names are matched
with whitespace ignored.

Ie, if the font is installed, these:

:; fc-match DejaVuSansMono
:; fc-match 'DejaVu Sans Mono'

give the same result.  But to use aliases you need to have all
possibilities accounted for in the conf.

It is also related to the issue that libs like poppler pass PS names to
fontconfig whereas fontconfig caches the full names.  (For Type1 fc
caches the /FullName, poppler passes the /FontName; for sfnts poppler
passes the TT_NAME_ID_PS_NAME, which fc explicitly ignores:

#if 0   
case TT_NAME_ID_PS_NAME:
case TT_NAME_ID_UNIQUE_ID:
#endif

)


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/3


On 2008-12-17T11:41:09+00:00 Freedesktop wrote:

Ah I see.  Good point.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/4


On 2008-12-28T13:14:48+00:00 Freedesktop wrote:

We prolly need a new comparison operator for the config file that
compares ignoring case and blanks.  Then we can update all the config
files to use that.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/5


On 2009-01-01T12:42:29+00:00 Bugs-freedesktop wrote:

(In reply to comment #3)
 We prolly need a new comparison operator for the config file that compares
 ignoring case and blanks.  Then we can update all the config files to use 
 that.

That may be one issue, but isn't necessary going to help with PS-names.
e.g. NimbusSansL-Regu is never going to match a full name or family name.
PS-names and family names are really quite different.  

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/6


On 2009-01-01T14:09:34+00:00 Freedesktop wrote:

(In reply to comment #4)
 (In reply to comment #3)
  We prolly need a new comparison operator for the config file that compares
  ignoring case and blanks.  Then we can update all the config files to use 
  that.
 
 That may be one issue, but isn't necessary going to help with PS-names.
 e.g. NimbusSansL-Regu is never going to match a full name or family name.
 PS-names and family names are really quite different.  

Right.  PS-names are a different issue and that's bug 18095.  Retitling
again.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/7


On 2009-02-03T13:50:46+00:00 Freedesktop wrote:

Note that fc-list also doesn't ignore whitespace when matching.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/8


On 2009-08-05T07:57:22+00:00 Freedesktop wrote:

*** Bug 23152 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/9


On 2010-02-19T04:01:40+00:00 Eric wrote:

The problem with the ZapfDingbats alias is still present in
fontconfig-2.8.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/10


On 2010-04-10T18:33:02+00:00 Dirtyepic wrote:

If the larger issue of whitespace isn't going to be addressed soon can
we add the ZapfDingbats bit in the meantime?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/130687/comments/11


[Bug 130687] Re: fontconfig alias for ZapfDingbats font

2014-04-10 Thread Ryan Tandy
** Package changed: debian = fontconfig (Debian)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/130687

Title:
  fontconfig alias for ZapfDingbats font

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/130687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130687] Re: fontconfig alias for ZapfDingbats font

2010-10-13 Thread Dennis Bernardy
You noticed, thats it's not important, what are you typing in front of
Dingbats?

You can type lolDingbats or roflDingbats. You're always getting another
font.

-- 
fontconfig alias for ZapfDingbats font
https://bugs.launchpad.net/bugs/130687
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130687] Re: fontconfig alias for ZapfDingbats font

2010-06-24 Thread Jean-Baptiste Lallement
This is still an issue in 10.10. I'm setting the status to triaged/low.

** Changed in: fontconfig (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: fontconfig (Ubuntu)
   Importance: Undecided = Low

-- 
fontconfig alias for ZapfDingbats font
https://bugs.launchpad.net/bugs/130687
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130687] Re: fontconfig alias for ZapfDingbats font

2008-03-06 Thread TerryG
Thanks for your bug submission.

I get the same response under gutsy:

[EMAIL PROTECTED]:~/Projects$ fc-match ZapfDingbats
DejaVu-Sans.ttf: DejaVu Sans Book

Marking as Confirmed.  Bugzilla  6478 is marked as FIXED.  Evince
correctly renders test document that reporter links to.  Yet mapping is
incorrect in Gutsy.  Not sure why there is an incorrect match using fc-
match yet evince is working correctly with (presumably) ZapfDingbats
font.

This seems like a simple-enough fix.


** Changed in: fontconfig (Ubuntu)
   Status: New = Confirmed

-- 
fontconfig alias for ZapfDingbats font
https://bugs.launchpad.net/bugs/130687
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs