How to change font size in WebBrowser 2.0 ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Polaris

    How to change font size in WebBrowser 2.0 ?

    Hi Experts:

    In IE Explorer, users can change the text size by choosing one of the
    pre-defined magnifying factors at the lower-right corner's "Change Zoom
    Level".

    Just wondering, does .Net WebBrowser 2.0 provide similar function to reduce
    or increase text size?

    Thanks in Advance!
    Polaris

  • Midger

    #2
    Re: How to change font size in WebBrowser 2.0 ?

    On 1 Kwi, 06:55, "Polaris" <etpola...@hotm ail.comwrote:
    Hi Experts:
    >
    In IE Explorer, users can change the text size by choosing one of the
    pre-defined magnifying factors at the lower-right corner's "Change Zoom
    Level".
    >
    Just wondering, does .Net WebBrowser 2.0 provide similar function to reduce
    or increase text size?
    >
    Thanks in Advance!
    Polaris
    I use CSS definitions linked in master page
    <link id="E_size" href="css/e1024.css" type="text/css"
    rel="stylesheet " runat="server"/>
    It can be dynamically changed by E_size value.
    And all of dimations should be written with "em" or "ex".

    Midger

    Comment

    Working...