moi15moi
moi15moi
### Screenshots It is useless in this case. ### Description of the issue libass does not respect vsfilter font used. Like you can see in the Additional info section, I...
freetype.Face() seems to not take non-ascii path. It will raise an exception. **With a string path** ```py import freetype font = freetype.Face(r"C:\Windows\Fonts\حُرّ عادي.ttf") # it return: freetype.ft_errors.FT_Exception: FT_Exception: (cannot open...
If I join these two lign with the option **Join (as karaoke)**, it add `{\k214}` for no good reason a the beginning of the subs. Base: ``` Dialogue: 0,0:21:18.86,0:21:21.00,ED,,0,0,0,,{\k50}Ko{\k47}no {\k51}ki{\k26}mo{\k40}chi...
### Why is this PR is needed? Currently, if the for loop in the method **getDebugName** "meet" a name with a **platformID=1** and **langID=0**, it will directly return it. This...
### What does this PR does: This PR use the same logic has DirectWrite to obtain the character encoding for an NameRecord. It only concern the NameRecord from the Microsoft...
I have this font: https://mega.nz/file/S9ERDRpQ#bcPhS06kv-D5jt64aTNDbZVd6gZr6ZfJDYT91yYsoWk I have this code ``` font = ttLib.TTFont("F5AJJI3A.ttf") print(font['name'].getBestFamilyName()) --> it print: FjÉCÅ[É}310 ``` It should print: `Fjイーマ310` Here is the xml naming table: ```xml...
Finally, this should be the last version of FrameUtility. For reference, here is the previous version: #37 ### **Why it is needed?** The previous FrameUtility would not work with VFR...
You could add the same fonction that you can see here at the line 99 to 129. https://github.com/ihkk/KKSubs/blob/bb96829813a169a32fa7770ae6cbe6c5dfdd3a51/Lua%20Macros/KK's.lua#L99 So, in brief, function AutoTags(Intervalo,Dato1,Dato2) function AutoTags1(Intervalo,Dato1,Dato2,Pause) function AutoTags2(Intervalo,Dato1,Dato2,Delay) function AutoTags3(Intervalo1,Intervalo2,Dato1,Dato2)
Currently, libass always decode family name with utf-16be: https://github.com/libass/libass/blob/a48c98c274df25cc8d60cac1402948387d49840c/libass/ass_fontselect.c#L283-L284 But, Microsoft NameRecord don't always use utf-16be. To know how libass should decode properly namerecord, see: https://github.com/MicrosoftDocs/typography-issues/issues/956#issuecomment-1205678068 Something like this could...
### Feature Request Would it be conceivable to add the method: ``ass_get_fonts(ASS_Track *track)``? ### What would it do This method would return all the font path that libass would use...