-
Notifications
You must be signed in to change notification settings - Fork 1.5k
libass Font Setup
WangBin edited this page Aug 27, 2015
·
7 revisions
AppDir: executable dir
AppFontsDir: QStandardPaths::writableLocation(QStandardPaths::DataLocation)+"/fonts"
or QDesktopServices::storageLocation(QDesktopServices::DataLocation)+"/fonts"
. The value may vary from different Qt versions.
FontsDir: QStandardPaths::standardLocations(QStandardPaths::FontsLocation).first()
or QDesktopServices::storageLocation(QDesktopServices::FontsLocation)
. Usually it's system fonts dir and not writable