FontSettingCollection.Format

FontSettingCollection.Format method

Format the text with font setting.

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

See Also