minor fixes

Originally committed to SVN as r1418.
This commit is contained in:
Karl Blomster 2007-07-11 22:10:48 +00:00
parent 2ef732537b
commit 2e7261a8ed

View file

@ -30,7 +30,7 @@
\HRule \\[0.5cm] \HRule \\[0.5cm]
\textsc{\huge AS5 Subtitle Format}\\ \textsc{\huge AS5 Subtitle Format}\\
\HRule \\[1.1cm] \HRule \\[1.1cm]
{\large By Rodrigo Braz Monteiro, Niels Martin Hansen and David Lamparter}\\[0.3cm] {\large By Rodrigo Braz Monteiro, Niels Martin Hansen, David Lamparter and Karl Blomster}\\[0.3cm]
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License.\\ This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License.\\
\vfill \vfill
@ -527,11 +527,12 @@ Set shadow depth in script resolution pixels
\subsubsection{\textbackslash bordstyle} \subsubsection{\textbackslash bordstyle}
\textbf{Usage:} \textbf{Usage:}
\begin{verbatim} \begin{verbatim}
\bordstyle(???) \bordstyle(0)
\bordstyle(1)
\end{verbatim} \end{verbatim}
\textbf{Description:} \textbf{Description:}
Set border style in God or amz knows what Set border style; 0 means normal, 1 means solid bounding box
\subsection{Font Scaling Tags} \subsection{Font Scaling Tags}
@ -555,6 +556,15 @@ Set font X/Y scaling in percent
\textbf{Description:} \textbf{Description:}
Set font spacing between characters in pixels Set font spacing between characters in pixels
\subsubsection{\textbackslash fsvp}
\textbf{Usage:}
\begin{verbatim}
\fsp(verticalspacing)
\end{verbatim}
\textbf{Description:}
Set font spacing between vertical baselines in pixels
\subsection{Colouring Tags} \subsection{Colouring Tags}
\subsubsection{\textbackslash \$c} \subsubsection{\textbackslash \$c}
@ -619,14 +629,15 @@ See the alignment tags for more information regarding screen alignment.
\textbf{Description:} \textbf{Description:}
Set alignment in various ways Set alignment in various ways
\subsubsection{\textbackslash relative} \subsubsection{\textbackslash rel}
\textbf{Usage:} \textbf{Usage:}
\begin{verbatim} \begin{verbatim}
\relative(???) \rel(0)
\rel(1)
\end{verbatim} \end{verbatim}
\textbf{Description:} \textbf{Description:}
it is a mystery Script resolution relative to video area (0) or not (1)
\subsubsection{\textbackslash vertical} \subsubsection{\textbackslash vertical}
\textbf{Usage:} \textbf{Usage:}
@ -660,11 +671,25 @@ Set line position to x,y in script coordinates
\subsubsection{\textbackslash org} \subsubsection{\textbackslash org}
\textbf{Usage:} \textbf{Usage:}
\begin{verbatim} \begin{verbatim}
\pos(x,y) \org(x,y)
\end{verbatim} \end{verbatim}
\textbf{Description:} \textbf{Description:}
Set rotation origin to x,y in script coordinates Set origin to x,y in script coordinates
\subsubsection{\textbackslash bls}
\textbf{Usage:}
\begin{verbatim}
\bls[#]
\end{verbatim}
\textbf{Description:}
This sets the baseline shift, that is, the vertical spacing between each character and the baseline
in which it is supposed to be sitting on. The default value is 0, and the parameter is given in
script coordinates.
This tag can be animated with \textbackslash t, and can be reverted to style default by ommitting
its parameter.
\subsubsection{\textbackslash frx, \textbackslash fry, \textbackslash frz} \subsubsection{\textbackslash frx, \textbackslash fry, \textbackslash frz}
\textbf{Usage:} \textbf{Usage:}
@ -816,21 +841,6 @@ And for the two-curve version:
This sets the position of the text relative to the baseline start. This tag can be animated. This sets the position of the text relative to the baseline start. This tag can be animated.
\todo{Write proper specs for this.} \todo{Write proper specs for this.}
\subsubsection{\textbackslash bls}
\textbf{Usage:}
\begin{verbatim}
\bls[#]
\end{verbatim}
\textbf{Description:}
This sets the baseline shift, that is, the vertical spacing between each character and the baseline
in which it is supposed to be sitting on. The default value is 0, and the parameter is given in
script coordinates.
This tag can be animated with \textbackslash t, and can be reverted to style default by ommitting
its parameter.
\subsection{Rastering Tags} \subsection{Rastering Tags}
These tags affect how the subtitles are rasterized, that is, they affect things such as These tags affect how the subtitles are rasterized, that is, they affect things such as
colour, blurring, etc. colour, blurring, etc.