SubLib Subtitle Library

SubtitleText Constructor (String)

Initializes a new instance of the SubtitleText class with the specified text.

public SubtitleText(
   string text
);

Parameters

text
The subtitle text.

Remarks

Newline (\n) is used as the line break. The text is not trimmed.

See Also

SubtitleText Class | SubLib Namespace | SubtitleText Constructor Overload List