Hi,
It's possible change font size of displayed text within XbpHtmlViever? I know, that I can change this in Internet Explorer, but
how can I set this from an Xbase program?
Regards
Piotr
Font size in XbpHtmlViever
Re: Font size in XbpHtmlViever
You are viewing everything in a Web Browser, therefore it only understands HTML.
Fonts are established by using HTML tags.
What are you using XbpHtmlViewer for?
Fonts are established by using HTML tags.
What are you using XbpHtmlViewer for?
The eXpress train is coming - and it has more cars.
Re: Font size in XbpHtmlViever
do you want to build a Editor with XbpHtmlViever() ?Piotr D wrote:It's possible change font size of displayed text within XbpHtmlViever ?
if yes look at Alaska Newsgroup
Tread open by
go down to last MsgJim Graham
17. Februar 2011
public.xbase++.activex
XBPRTF Class/ Sample
and look for Diegos XbpHtmlViever() Editor SampleRe: XBPRTF Class/ Sample
11. Juli 2011
greetings by OHR
Jimmy
greetings by OHR
Jimmy
Jimmy
Re: Font size in XbpHtmlViever
Jimmy and Roger,
thanks for your answer. I solved this problem. I use XbpHtmlViewer for my own help system.
Help text are HTML-formated and are saved in DBF/DBT file. I set this text into an XbpHtmlViever object
and. solve problem with font size with adding to original HTML text an: <font size="+1"> ... here original text... </font>
when I want set it bigger or <font size="-1"> ... here original text... </font> when I need smaller font.
Piotr
thanks for your answer. I solved this problem. I use XbpHtmlViewer for my own help system.
Help text are HTML-formated and are saved in DBF/DBT file. I set this text into an XbpHtmlViever object
and. solve problem with font size with adding to original HTML text an: <font size="+1"> ... here original text... </font>
when I want set it bigger or <font size="-1"> ... here original text... </font> when I need smaller font.
Piotr