We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04914b commit dc768e6Copy full SHA for dc768e6
1 file changed
README.md
@@ -28,7 +28,9 @@ Like `sub.TextFile`, `xyvsf.TextSub`
28
29
- `line_spacing`: Line spacing in pixels. Defaults to 1.0 and won’t be scaled with frame size.
30
31
-- `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.
32
+
33
+- `dar`, `sar`: Aspect ratio, less priority than `frame_width`&`frame_height`. You need to set both parameters, too.
34
35
- `top`, `bottom`, `left`, `right`: Margins. They will be added to the frame size and may be negative.
36
0 commit comments