wangqr / Aegisub

Win64 nightly builds available at GHA artifact, also at following link:
https://ftp.wangqr.tk/aegisub/
Other
794 stars 49 forks source link

Font collector doesn't collect italic/bold/both fonts #120

Open Zabrr opened 3 years ago

Zabrr commented 3 years ago

As described in the title, font collector collect only regular/normal font, if managed to find it. fonts.zip There are style1 - style3 with Arial. First is regular, second one bold, third bold italic. Collector will copy only regular version. But it should copy all 3 styles (as it was in 3.2.2). Some additional info (which works good and should stay as is): 1) it will collect bold font, if there are no regular version, even if there are regular in style (style4 in file); 2) it properly checks for no bold/italis/both fonts in the system (style5 in file).

checked on 9157-dev-7e3a0fb92 and 9212-dev-3a38bf16a (last)