Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. font is blurry when webengine view is transparent

font is blurry when webengine view is transparent

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 180 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tomato Page
    wrote on last edited by Tomato Page
    #1

    <body style="background-color: rgba(51, 51, 51, 0)">
    <div class="videoMessage" style="word-break: break-all;">
    <span style="color:#F7B500;">胡寅秋</span><span style=" color:#ffffff; ">:Hello World</span>
    </div>
    </body>
    a.png

    It's ok when:
    <body style="background-color: rgba(51, 51, 51, 1)">
    <div class="videoMessage" style="word-break: break-all;">
    <span style="color:#F7B500;">胡寅秋</span><span style=" color:#ffffff; ">:Hello World</span>
    </div>
    </body>
    b.png

    .videoMessage {
    padding: 0px 0px;
    margin: 5px 0px;
    display: inline-block;
    font-family: microsoft yahei;
    font-size: 12px;
    }

    other font is ok, and it's wrong when font is Microsoft Yahei

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved