Guest User

Untitled

a guest
Nov 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. txtSubjectIn_Spammer_Send.Font.FontFamily = new FontFamily("Arial");
  2.  
  3. Font oldFont = txtSubjectIn_Spammer_Send.Font;
  4. txtSubjectIn_Spammer_Send.Font = new Font("Arial", oldFont.Size, oldFont.Style);
  5.  
  6. txtSubjectIn_Spammer_Send.Font = new Font("Arial", 10, FontStyle.Bold);
  7.  
  8. txtSubjectIn_Spammer_Send.FontFamily = new FontFamily("Arial");
Add Comment
Please, Sign In to add comment