Note that there are some explanatory texts on larger screens.

plurals
  1. POMake TChromium render anti-aliased
    primarykey
    data
    text
    <p>I use the latest TChromium Delphi wrapper of Chromium Embedded Framework from (http://code.google.com/p/delphichromiumembedded/).</p> <p>The fonts does not get displayed anti-aliased.</p> <p>How I can switch this behaviour on?</p> <p>I tried with this hack which works for Chrome but not for TChromium embedded in a Delphi application</p> <pre><code>/* hack for anti-alising in Chrome url : https://github.com/h5bp/html5-boilerplate/issues/598 url : http://bashelton.com/2011/03/force-font-smoothing-in-chrome-on-windows-hack/ */ .body { -webkit-text-stroke: 1px transparent; text-shadow: 0px 0px 1px #D4D0C8; } </code></pre> <p>My .manifest file is:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt; &lt;assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"&gt; &lt;assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Company.Application.1.0" type="win32" /&gt; &lt;description&gt;MTG Studio&lt;/description&gt; &lt;dependency&gt; &lt;dependentAssembly&gt; &lt;assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /&gt; &lt;/dependentAssembly&gt; &lt;/dependency&gt; &lt;trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"&gt; &lt;security&gt; &lt;requestedPrivileges&gt; &lt;requestedExecutionLevel level="requireAdministrator" uiAccess="false"/&gt; &lt;/requestedPrivileges&gt; &lt;/security&gt; &lt;/trustInfo&gt; &lt;/assembly&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload