SharpLeaf Reference > ParagraphStyle Structure > Font Property ParagraphStyle.Font Property
Working font (name, size, style, color and interline).
public FontType Font {get; set;}
Example
style.Font = new FontType("Times", 12);
See also ...ParagraphStyle.Members
Send comments on this topic © Dyalog Ltd 2021
|