[Bug 1394198] In F25 Helvetica is substituted by TeX Gyre Heros which looks bad in greek

2016-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1394198



--- Comment #6 from Alexander Ploumistos  ---
I heard back from the maintainers today and apparently there are some Greek
glyphs prepared by the Ghostscript team sometime last year, which are to be
included in TeX Gyre Heros. This has not happened yet, because of an
incompatibility between the two licenses and they are currently working to
resolve that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org


[Bug 1398676] Pango sometimes shows a replacement character for space ( U+0020) when a font lacks a space

2016-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398676



--- Comment #4 from Akira TAGOH  ---
Mike, can you file a bug to upstream bugzilla as well?
Though that looks to me like a bug in font as well as we saw the similar issue
in the Indic fonts and fixed it there. I'm not sure if the en.orth file in
fontconfig should contains U+0020 to avoid the sort of this situation. dunno if
that really helps. not yet tested.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org


[Bug 1398676] Pango sometimes shows a replacement character for space ( U+0020) when a font lacks a space

2016-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398676



--- Comment #3 from Mike FABIAN  ---
See also: 

https://github.com/OldHungarian/old-hungarian-font/issues/1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org


[Bug 1398676] Pango sometimes shows a replacement character for space ( U+0020) when a font lacks a space

2016-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398676



--- Comment #2 from Mike FABIAN  ---
Created attachment 1224374
  --> https://bugzilla.redhat.com/attachment.cgi?id=1224374=edit
rovas.txt

Test file. Display it with 

pango-view --font="Old Hungarian" ~/rovas.txt

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org


[Bug 1398676] Pango sometimes shows a replacement character for space ( U+0020) when a font lacks a space

2016-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398676

Mike FABIAN  changed:

   What|Removed |Added

 CC||mfab...@redhat.com



--- Comment #1 from Mike FABIAN  ---
Created attachment 1224373
  --> https://bugzilla.redhat.com/attachment.cgi?id=1224373=edit
OldHungarian.ttf

This font lacks a space.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org


[Bug 1398676] New: Pango sometimes shows a replacement character for space (U+0020) when a font lacks a space

2016-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398676

Bug ID: 1398676
   Summary: Pango sometimes shows a replacement character for
space (U+0020) when a font lacks a space
   Product: Fedora
   Version: 25
 Component: pango
  Assignee: ta...@redhat.com
  Reporter: mfab...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: fonts-bugs@lists.fedoraproject.org,
i18n-b...@lists.fedoraproject.org, ta...@redhat.com



Created attachment 1224372
  --> https://bugzilla.redhat.com/attachment.cgi?id=1224372=edit
pango-bug.png

Tested on the released version of Fedora 25.
pango-1.40.3-1.fc25.x86_64

When using a font which does not have a space, Pango may show a replacement
character for space( U+0020).

I’ll attach the file rovas.txt which has a first line containing only Old
Hungarian
script and a space.

I’ll also attach an old Hungarian font taken from
https://github.com/OldHungarian/old-hungarian-font/releases which lacks a
space.

Display the test file like this:

pango-view --font="Old Hungarian" ~/rovas.txt


And you get something as in the also attached screenshot which shows
that Pango renders the space as an replacement character.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org


[Bug 1278201] ImportError: No module named 'pygtk'

2016-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1278201

Hin-Tak Leung  changed:

   What|Removed |Added

Version|rawhide |25



--- Comment #3 from Hin-Tak Leung  ---
[root@localhost ~]# pyftinspect --help
Traceback (most recent call last):
  File "/usr/bin/pyftinspect", line 9, in 
load_entry_point('fonttools==3.0', 'console_scripts', 'pyftinspect')()
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 542,
in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2575,
in load_entry_point
return ep.load()
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2235,
in load
return self.resolve()
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2241,
in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3.5/site-packages/FontTools/fontTools/inspect.py", line
11, in 
import pygtk
ImportError: No module named 'pygtk'
[root@localhost ~]# rpm -qf /usr/bin/pyftinspect
fonttools-3.0-5.fc25.noarch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org


[Bug 1352227] No fa-home icon include in font set

2016-11-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1352227



--- Comment #5 from Fabio Alessandro Locati  ---
I've tested it and, as Matthias, I can not reproduce the issue, because the
house appears on my terminal.

Can you please give us the following info?

- Terminal used
- Desktop Environment used
- Output of `locale`

Thanks a lot,
Fale

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org