ChristineKrizsa / streambaby

Automatically exported from code.google.com/p/streambaby
0 stars 0 forks source link

FONT SIZE #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Loading subtitle (in SRT file) in a movie works great!

But then what is the problem?
I can't change the font size(loaded from a SRT file) even when editing the 
*\streambaby-svn-r239\stylesheets : meta-480 & meta-720

What is the expected output? What do you see instead?
I want to put BIGGER font size (example 22)
when i change the value [font-size] in folder [stylesheets] inside the
files [meta-480.ini] and [meta-720.ini] it doesn't do anything at all

What version of the product are you using? On what operating system?
streambaby-svn-r239 on Windows XP

Please provide any additional information below.
beside that this technicality, the program is exactly working as
advertised, huge thank you from me(Dominic) and my girlfriend(Virginie)

Original issue reported on code.google.com by dominic....@gmail.com on 3 Oct 2009 at 5:06

GoogleCodeExporter commented 8 years ago
Try editing the file streambaby.ini and adding a line like the following:
cc.fontsize=medium

The possible values are:
tiny,small,medium or an absolute point size (so cc.fontsize=22 for a 22pt font)

The default is small.

You may also have to play with the following parameter (I'm not sure...):
cc.yoff=
This parameter is the number of pixels from bottom of screen to place closed
captioning.  The default is 24.

It's been a while since I have played around with these parameters, so I hope 
they
work and I am describing them correctly ;-)

Original comment by kearygri...@gmail.com on 3 Oct 2009 at 5:48

GoogleCodeExporter commented 8 years ago
thank you

cc.fontsize=medium work like a charm!

*and i didn't had to play with [cc.yoff=]

woohoo ;-)

Original comment by dominic....@gmail.com on 4 Oct 2009 at 1:49