Comment.FormatCharacters

Comment.FormatCharacters method

Format some characters with the font setting.

public void FormatCharacters(int startIndex, int length, Font font, StyleFlag flag)
ParameterTypeDescription
startIndexInt32The start index.
lengthInt32The length.
fontFontThe font setting.
flagStyleFlagThe flag of the font setting.

See Also