From dc768e6ba5d2bd4a047e18ce68807a0c305391d1 Mon Sep 17 00:00:00 2001 From: Masaiki Date: Fri, 20 May 2022 22:11:06 +0800 Subject: [PATCH] update version & readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d0cb5..db22abb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ Like `sub.TextFile`, `xyvsf.TextSub` - `line_spacing`: Line spacing in pixels. Defaults to 1.0 and won’t be scaled with frame size. -- `dar`, `sar`: Aspect ratio. Of course you need to set both parameters. +- `frame_width`, `frame_height`: Actual displayed size, provide more information than `dar`&`sar`. Of course you need to set both parameters. + +- `dar`, `sar`: Aspect ratio, less priority than `frame_width`&`frame_height`. You need to set both parameters, too. - `top`, `bottom`, `left`, `right`: Margins. They will be added to the frame size and may be negative.