Skip to content

Commit dc768e6

Browse files
committed
update version & readme
1 parent b04914b commit dc768e6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Like `sub.TextFile`, `xyvsf.TextSub`
2828

2929
- `line_spacing`: Line spacing in pixels. Defaults to 1.0 and won’t be scaled with frame size.
3030

31-
- `dar`, `sar`: Aspect ratio. Of course you need to set both parameters.
31+
- `frame_width`, `frame_height`: Actual displayed size, provide more information than `dar`&`sar`. Of course you need to set both parameters.
32+
33+
- `dar`, `sar`: Aspect ratio, less priority than `frame_width`&`frame_height`. You need to set both parameters, too.
3234

3335
- `top`, `bottom`, `left`, `right`: Margins. They will be added to the frame size and may be negative.
3436

0 commit comments

Comments
 (0)