BugFix Allow providing font size as runtime argument

Because with some monitors the resolution is not detected, font appearance can be unsatisfying (#121). User can now set it with --fontsize N argument when launching vimix in command line. Code for managing command line arguments is generaly improved. Man page updated.
This commit is contained in:
Bruno Herbelin
2024-02-05 16:02:38 +01:00
parent 00ff0f532f
commit 47ff1a2dd8
4 changed files with 103 additions and 48 deletions

View File

@@ -17,16 +17,26 @@ performs graphical mixing and blending of several movie clips and computer gener
Its intuitive and hands-on user interface gives direct control on image opacity and shape for producing live graphics during concerts or VJ-ing sessions.
The output image is typically projected full-screen on an external monitor or a projector, but can be streamed live (SRT) or recorded (no audio).
The output image is typically projected full-screen on an external monitor or a projector, but can be streamed live (SRT) or recorded.
.SH OPTIONS
.TP
.BR \-H ", " \-\^\-help
Display usage information for
.B vimix
and exit.
.TP
.BR \-V ", " \-\^\-version
Output the version number of
.B vimix
and exit.
.TP
.BR \-F ", " \-\^\-fontsize N
Set interface font size to specified value N.
.TP
.BR \-C ", " \-\^\-clean
Clean the user stored preferences of
@@ -53,7 +63,7 @@ A user manual and tutorials are available online (https://github.com/brunoherbel
.SH BUGS
.SS "Reporting bugs"
Report bugs and issues on github (https://github.com/brunoherbelin/vimix).
Report bugs and issues on github (https://github.com/brunoherbelin/vimix/issues).
.SH COPYRIGHT
GPL3+ license