Re: How does freetype get the "right" family name

2022-05-26 Thread Lawrence D'Oliveiro
On Thu, 26 May 2022 15:53:13 -0400, Moi15 Moi wrote: > I am trying to understand how does freetype determine what is the > "right" family name. Is this code helpful? (From the routine sfnt_load_face in src/sfnt/sfobjs.c): face->root.family_name = NULL; face->root.style_name = NULL;

How does freetype get the "right" family name

2022-05-26 Thread Moi15 Moi
Hi, I am trying to understand how does freetype determine what is the "right" family name. Why? I am trying to implement the feature in fonttools ( https://github.com/fonttools/fonttools/issues/2623) So, if possible, I want to know what criteria do you base yourself to know which name to take