Geordy Korte wrote:
> Hi,
> 
> After spending sometime writing a parser I found out that fl_text_buffer and 
> the highlight_data does not have things link subscript, superscript or even 
> underline (which is a shame). So I switched over to fl_help_dialog.
> 
> In my HTML code I have
> <CODE><SMALL><BOLD> Some Text </BOLD></SMALL></CODE>
> The Code and bold tags are being pickup but the small isn't
> 
> Can someone please tell me which version of HTML is understood by 
> fl_help_dialog?

        Its a very small subset of HTML for only simple stuff.
        I'm not sure its even documented what tags are supported.
        I'll make an STR indicating the tags should be documented.

        I'd suggest using instead fl_open_uri() which will open
        your html either from a local file or remote url through the
        operating system's default web browser.

        FLTK 1.1.x: 
http://fltk.org/documentation.php/doc-1.1/functions.html#fl_open_uri
        FLTK 1.3.x: 
http://fltk.org/doc-1.3/group__filenames.html#gd7b469d20ee5853f60fad9f9595698c2
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to