SubLib Subtitle Library

Style Constructor (Boolean, Boolean, Boolean)

Initializes a new instance of the Style class, given the specified style values.

public Style(
   bool bold,
   bool italic,
   bool underline
);

Parameters

bold
Whether the text is bold.
italic
Whether the text is italic.
underline
Whether the text is underlined.

See Also

Style Class | SubLib Namespace | Style Constructor Overload List