[Desktop-packages] [Bug 132417] Re: evince doesn't display the correct font

2018-08-21 Thread Bug Watch Updater
** Changed in: poppler
   Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/132417

Title:
  evince doesn't display the correct font

Status in Poppler:
  Unknown
Status in fontconfig package in Ubuntu:
  Confirmed
Status in poppler package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evince

  When displaying a PDF document with a non-embedded font 'ArialMT', no
  attempt is made to display the ArialMT font.

  Expected behavior:
  evince asking fontconfig to produce the closest match to the ArialMT font.

  Actual behavior:
  no request for font is seen in debug output of fontconfig.

  It might be a poppler issue, poppler seems to convert ArialMT into
  Helvetica wich receives a less fitting match from fontconfig when
  Arial is present.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 132417]

2018-08-21 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/poppler/poppler/issues/210.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/132417

Title:
  evince doesn't display the correct font

Status in Poppler:
  Unknown
Status in fontconfig package in Ubuntu:
  Confirmed
Status in poppler package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evince

  When displaying a PDF document with a non-embedded font 'ArialMT', no
  attempt is made to display the ArialMT font.

  Expected behavior:
  evince asking fontconfig to produce the closest match to the ArialMT font.

  Actual behavior:
  no request for font is seen in debug output of fontconfig.

  It might be a poppler issue, poppler seems to convert ArialMT into
  Helvetica wich receives a less fitting match from fontconfig when
  Arial is present.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 132417] Re: evince doesn't display the correct font

2012-12-03 Thread Thomas Hotz
** Changed in: fontconfig (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/132417

Title:
  evince doesn't display the correct font

Status in Poppler:
  Confirmed
Status in “fontconfig” package in Ubuntu:
  Confirmed
Status in “poppler” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evince

  When displaying a PDF document with a non-embedded font 'ArialMT', no
  attempt is made to display the ArialMT font.

  Expected behavior:
  evince asking fontconfig to produce the closest match to the ArialMT font.

  Actual behavior:
  no request for font is seen in debug output of fontconfig.

  It might be a poppler issue, poppler seems to convert ArialMT into
  Helvetica wich receives a less fitting match from fontconfig when
  Arial is present.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 132417] Re: evince doesn't display the correct font

2012-04-24 Thread Ubuntu Foundation's Bug Bot
The attachment "ArialMT fix" of this bug report has been identified as
being a patch.  The ubuntu-reviewers team has been subscribed to the bug
report so that they can review the patch.  In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/132417

Title:
  evince doesn't display the correct font

Status in Poppler:
  Confirmed
Status in “fontconfig” package in Ubuntu:
  New
Status in “poppler” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evince

  When displaying a PDF document with a non-embedded font 'ArialMT', no
  attempt is made to display the ArialMT font.

  Expected behavior:
  evince asking fontconfig to produce the closest match to the ArialMT font.

  Actual behavior:
  no request for font is seen in debug output of fontconfig.

  It might be a poppler issue, poppler seems to convert ArialMT into
  Helvetica wich receives a less fitting match from fontconfig when
  Arial is present.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 132417] Re: evince doesn't display the correct font

2012-04-24 Thread Matevž Jekovec
Hi guys.

I solved the problem by adding ArialMT->Arial alias to
/etc/fonts/conf.avail/30-metric-aliases.conf. I attached the patch.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/132417

Title:
  evince doesn't display the correct font

Status in Poppler:
  Confirmed
Status in “fontconfig” package in Ubuntu:
  New
Status in “poppler” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evince

  When displaying a PDF document with a non-embedded font 'ArialMT', no
  attempt is made to display the ArialMT font.

  Expected behavior:
  evince asking fontconfig to produce the closest match to the ArialMT font.

  Actual behavior:
  no request for font is seen in debug output of fontconfig.

  It might be a poppler issue, poppler seems to convert ArialMT into
  Helvetica wich receives a less fitting match from fontconfig when
  Arial is present.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 132417] Re: evince doesn't display the correct font

2012-04-24 Thread Matevž Jekovec
Attached the patch which adds ArialMT alias to /etc/fonts/conf.avail/30
-metric-aliases.conf, that is fontconfig-config package. I tested it on
PDF document without ArialMT subset included and it works fine.

Please consider committing the patch to upstream ASAP.

** Patch added: "ArialMT fix"
   
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/132417/+attachment/3102494/+files/fontconfig-arialmt.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/132417

Title:
  evince doesn't display the correct font

Status in Poppler:
  Confirmed
Status in “fontconfig” package in Ubuntu:
  New
Status in “poppler” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evince

  When displaying a PDF document with a non-embedded font 'ArialMT', no
  attempt is made to display the ArialMT font.

  Expected behavior:
  evince asking fontconfig to produce the closest match to the ArialMT font.

  Actual behavior:
  no request for font is seen in debug output of fontconfig.

  It might be a poppler issue, poppler seems to convert ArialMT into
  Helvetica wich receives a less fitting match from fontconfig when
  Arial is present.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp