menu
Tatoeba
language
Registriĝi Ensaluti
language Esperanto
menu
Tatoeba

chevron_right Registriĝi

chevron_right Ensaluti

Foliumi

chevron_right Montri hazardan frazon

chevron_right Foliumi laŭ lingvo

chevron_right Foliumi laŭ listo

chevron_right Foliumi laŭ etikedo

chevron_right Foliumi sonregistraĵojn

Komunumo

chevron_right Muro

chevron_right Listo de ĉiuj membroj

chevron_right Lingvoj de la membroj

chevron_right Denaskaj parolantoj

search
clear
swap_horiz
search
Lepotdeterre Lepotdeterre 2015-julio-04 2015-julio-04 19:06:08 UTC link Konstanta ligilo

When Azeri sentences are displayed on the homepage in the "latest contributions" list, the letter "ə" is taller than the other letters. It appears to be in a different font, or something such. Either way, it is not supposed to be this way. When one opens Azeri sentences individually though, the display is fine.

{{vm.hiddenReplies[23323] ? 'expand_more' : 'expand_less'}} kaŝi la respondojn montri la respondojn
gillux gillux 2015-julio-05 2015-julio-05 08:53:13 UTC link Konstanta ligilo

I can see it too, but can you provide a screenshot just in case? This problem is likely due to font substitution. We tell browsers to use a certain font to display text on the site (which happens to be Trebuchet MS), whereas this font may not include glyphs used in Azeri (and many other languages), so it fallbacks on a different font only to display "ə". Such font mix can result in height differences especially in small sizes, and style differences. One way to work around this problem is to use webfonts. We talked about that some weeks ago https://github.com/Tatoeba/tatoeba2/issues/684

{{vm.hiddenReplies[23327] ? 'expand_more' : 'expand_less'}} kaŝi la respondojn montri la respondojn
Lepotdeterre Lepotdeterre 2015-julio-05 2015-julio-05 09:26:40 UTC link Konstanta ligilo

How do I post the screenshot, when there's no "upload image" here? Do I have to upload it online and then post a link?

Anyway, if font substitution is the problem, please find another more "standard" font that includes all glyphs of all languages. I've noticed such problems in WinWord documents myself, but when I select something like Arial or Tahoma, all the glyphs become normal. I haven't tried Trebuchet MS.

{{vm.hiddenReplies[23328] ? 'expand_more' : 'expand_less'}} kaŝi la respondojn montri la respondojn
gillux gillux 2015-julio-05 2015-julio-05 10:09:38 UTC link Konstanta ligilo

You can use other sites like imgur.com for example.

{{vm.hiddenReplies[23329] ? 'expand_more' : 'expand_less'}} kaŝi la respondojn montri la respondojn
Lepotdeterre Lepotdeterre 2015-julio-05 2015-julio-05 12:59:07 UTC link Konstanta ligilo

http://i.imgur.com/MRrTp52.png

Thank you for the suggestion. Here is a screenshot showing a couple of Azerbaijani sentences with a less than elegant display.

{{vm.hiddenReplies[23330] ? 'expand_more' : 'expand_less'}} kaŝi la respondojn montri la respondojn
sabretou sabretou 2015-julio-06, modifita 2015-julio-06 2015-julio-06 03:23:30 UTC, modifita 2015-julio-06 03:26:03 UTC link Konstanta ligilo

This seems to be a problem with DirectWrite rendering, as I see this problem on Google Chrome and Internet Explorer. I don't use DirectWrite on my Firefox, and it renders just fine: http://i.imgur.com/geoHM96.jpg (I use MacType for font smoothing)

Edit: Yep, re-enabled Direct2D on Firefox and the text changed to the larger ə. If I'm not mistaken, font hinting is at play here. I wonder if there are any settings for DirectWrite's font rendering anywhere.