Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 23, 2023 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/00dce12b2481b7799da609fe54112bbe to your computer and use it in GitHub Desktop.
Save bjoerntx/00dce12b2481b7799da609fe54112bbe to your computer and use it in GitHub Desktop.
TXTextControl.ParagraphStyle par = new TXTextControl.ParagraphStyle("heading1");
par.Bold = true;
par.FontSize = 400;
par.FontName = "Arial";
textControl1.ParagraphStyles.Add(par);
textControl1.Selection.FormattingStyle = "heading1";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment