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

Support BorderStyle=4 #123

Open felagund opened 2 years ago

felagund commented 2 years ago

Hello, have you considered dealing with this issue of Aegisub: https://github.com/Aegisub/Aegisub/issues/72 ?

I struggle with it almost daily :-(.

felagund commented 2 years ago

Basically, this would only need to be implemented n the style editor, where the Opaque box checkbox would probably be transformed into a radio button with three options:

1. No box (BorderStyle=1)
2. Opaque box (BorderStyle=3)
3. Rectangular box (BorderStyle=4)

Libass can already handle it and Aegisub can display it either, so no code related to rendering would need to be touched.