You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inserting a Subtitle, and trying to set the font value to "Arial Regular", the output is that of a different font
Eg:
Subtitle("Test", font="Arial Regular") loads the Courier New font
However, other Arial fonts appear just fine
Eg:
Subtitle("Test", font="Arial Italic")
Subtitle("Test", font="Arial Narrow")
Subtitle("Test", font="Arial Narrow Bold")
Subtitle("Test", font="Arial Bold") though "Arial Bold" is the default Subtitle font, and will also load under Subtitle("Test", font="Arial")
When inserting a Subtitle, and trying to set the font value to "Arial Regular", the output is that of a different font
Eg:
Subtitle("Test", font="Arial Regular") loads the Courier New font
However, other Arial fonts appear just fine
Eg:
Subtitle("Test", font="Arial Italic")
Subtitle("Test", font="Arial Narrow")
Subtitle("Test", font="Arial Narrow Bold")
Subtitle("Test", font="Arial Bold") though "Arial Bold" is the default Subtitle font, and will also load under Subtitle("Test", font="Arial")
See doom9 for previous discussion: https://forum.doom9.org/showthread.php?t=184885
The text was updated successfully, but these errors were encountered: