State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:579222|
Problem summary
The version number on Nuke's splash screen is hardcoded to use Arial, but also doesn't seem to use the correct font.
Arial font is not usually available on operating systems, other than Windows.
Customer reported version
Nuke 14.1v1
Customer reported platform
ubuntu
Steps to reproduce
1) The issue was identified in the code by our developers.
You should also be able to see the issue by running the following code in the Script Editor:
from PySide2.QtGui import QFont, QFontInfo, QGuiApplication font = QFont('Arial Regular', 10) info = QFontInfo(font) print(info.family()) We're sorry to hear that
Please tell us why