psb1558 / Elstob-font

A variable font for medievalists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turkish small caps return wrong glyph

alerque opened this issue · comments

When the language is set to Turkish, the small caps feature should return a dotted-i glyph for i inputs. See this example were ElstobD (v2.201) fails to do so and returns an undotted-i shape instead as in English. The second example line here is Brill, which is correct:

\begin[papersize=a7]{document}
\nofolios
\font[family=ElstobD,language=en,features=+smcp]{First Input: }
\font[family=ElstobD,language=tr,features=+smcp]{Bir İlk Ilık}

\font[family=Brill,language=en,features=+smcp]{First Input: }
\font[family=Brill,language=tr,features=+smcp]{Bir İlk Ilık}
\end{document}

20231104_16h02m14s_grim

Come to think of it, the lowercase undotted-i is also wrong. It's correctly dotless but it is not a capital shape at all, that should be mapped to the same capital a small caps i would give in English.

Come to think of it, the lowercase undotted-i is also wrong. It's correctly dotless but it is not a capital shape at all, that should be mapped to the same capital a small caps i would give in English.

You mean when smcp is active? If so, I see I got the second case wrong not only here, but also in Junicode.

Yes, lowercase dotless-i (ı) when rendered with +smcp is not returning a small caps glyph, it is just the same one as it was. Note the 3rd letter in Ilık. Elstob is showing the regular lower case shape. The shape that should be shown is the same glyph as used in English for a capital I without a dot, but small cap sized of course.

Thanks. That's what I thought, but I wanted to make sure it was straight in my head. Fixing now.

I've uploaded just the variable fonts. Before I make a release, would you mind grabbing them and making sure I've got them right?

I've uploaded new copies of the variable fonts after checking out the capitals with c2sc and fixing (or trying to fix) the fi and ffi ligatures. If you could check those things out, I'd be very grateful. In particular, a dotted i following f keeps its dot, and the narrow form of f is substituted. I'm pretty sure this is right:
image
But what should happen with dotless i? Should it be like this
image
or more like this (looking less like a ligature)?
image

Using the variable font build from cea8879 the results look correct. Updated test case using a local font file directly:

\begin[papersize=a7]{document}
\nofolios
\font[filename=./Elstob.ttf,language=en,features=+smcp]{First Input: }
\font[filename=./Elstob.ttf,language=tr,features=+smcp]{Bir İlk Ilık}

\font[family=Brill,language=en,features=+smcp]{First Input: }
\font[family=Brill,language=tr,features=+smcp]{Bir İlk Ilık}
\end{document}

20231106_13h03m48s_grim

Okay, thanks for testing. I'll update the repository and prepare a release sometime today.