Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add custom fonts into it #67

Open
Suv00m opened this issue Oct 4, 2024 · 0 comments
Open

how to add custom fonts into it #67

Suv00m opened this issue Oct 4, 2024 · 0 comments

Comments

@Suv00m
Copy link

Suv00m commented Oct 4, 2024

I've been trying to add custom fonts to it but due to some reasons it is not possible I don't know why

here is what I've tried :

from PySide6.QtGui import QFont, QFontDatabase, QFontMetrics
from PySide6.QtWidgets import QApplication, QWidget, QLabel

QFontDatabase.addApplicationFont("Bitlingvedas-Regular.ttf")

to add it into the system from which Pyside can access it but still, movis can't register it to the fonts list maybe it is the problem of threading I don't know please help me

and again the class is properly initiated in my code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant