Interface ITextStyleComposer
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
Sets character formatting, used for a page's default text style.
public interface ITextStyleComposer
Methods
- Bold()
Makes the text bold.
- FontColor(ColorRgb)
Sets the text colour.
- FontFamily(string)
Sets the font family.
- FontSize(double, Unit)
Sets the font size.
- Italic()
Makes the text italic.