MicaSetup icon indicating copy to clipboard operation
MicaSetup copied to clipboard

[suggestion] Support .rtf LICENSE file

Open emako opened this issue 1 year ago • 0 comments

  • Your suggestions

Sample:

RichTextBox rtfBox = new();
using FileStream fs = File.OpenRead(path);
rtfBox.Selection.Load(fs, DataFormats.Rtf);

emako avatar Dec 16 '24 02:12 emako