Font size decreases when loading from RTF

  •  07-10-2007, 8:38 AM

    Font size decreases when loading from RTF

    When converting the XHTML into RTF the customized font sizes are getting smaller each time you do this.
     
        HTML2RTF h2r = new HTML2RTF(Editor1.XHTML);
        Editor1.LoadRTF(h2r.RTF);
     
    Press the button and each time the word "this" gets 1 size smaller in font.
     
    Any ideas how to fix this?
    I need the RTF conversion because our main application uses RTF
     
     
    Thanks,
    Freerk Jelsma
    SchoolMaster BV
    Filed under: ,
View Complete Thread