moi15moi

Results 143 comments of moi15moi

Hi, Here is another example. I have installed all font weight except 700 (so, i have 100, 200, 300, 400, 500, 600, 800, 900). I have this line: {\fnRaleway\b1}boo vsfilter...

Here is an another example with italic. First font: Family name: Noto Sans Weight: 500 Italic: False Second font: Family name: Noto Sans Weight: 400 Italic: True VSFilter pick up...

Actually, there is not only 400 and 700. There is 300, 400, 500, 600, 700. VSFilter just ignored them these weight. Why do you say that the 500 is faux...

This message explain how to generate the name for an Variation font. Overall, there is 3 main steps. ### 1- Family (each platform does this) If an Typographic Family Name...

I try the two method you have suggest. Both of them give me the same exception. ```py freetype.Face("C:\\Windows\\Fonts\\حُرّ عادي.ttf") freetype.Face("C:/Windows/Fonts/حُرّ عادي.ttf") ```

It print me this (so the exact same thing that I provide): ``C:\Windows\Fonts\حُرّ عادي.ttf``

No, simply a path. It will instanciate a windows path since I am on windows: https://docs.python.org/3/library/pathlib.html

> Thinking about it, @moi15moi , where did you get your libfreetype.dll? I am wondering if msvc compiled ones uses the win32 routines. I am quite sure mingw built ones...

@behdad I don't really know either. I choose GDI, but we can also use DWrite. The important is to pick one of them ^^'