Skip to main content
Participating Frequently
June 2, 2016
Question

flash player in chrome can't show some fonts of Chinese correctly, including win 7,win 8 and win 10. although in Firefox ,it's correct.

  • June 2, 2016
  • 3 replies
  • 1969 views

These problem has been a long time . I am wondering why no resolution.

Since version 19.xx or early one ,flash player in chrome can't show some fonts of Chinese correctly, including win 7,win 8 and win 10. although  in Firefox ,it's correct.

win 10 is the worst one.

This topic has been closed for replies.

3 replies

Participating Frequently
May 25, 2017

one year pasted.

This problem still is not solved.

Does any one know ?

Participating Frequently
May 25, 2017

As it is likely to be a chrome issue. Please seek assistance on chrome forums Google Groups

Thanks

Participating Frequently
May 25, 2017

maybe it is chrome issue.

May it be more efficient that Flash's R&D group contact google's to solve problem? At least , r&d is more family which interface doesn't work correct .

Participating Frequently
June 21, 2016

Kratika Agarwal

in chrome ,there is a trial feature:DirectWrite .

This will effect how font be rendered.

If disable DirectWrite it (via  chrome://flags), in win 10, most of font will be show correctly. But for some font , such lick MicroSoft Yahei , bold style of it is still wrong .

Participating Frequently
June 3, 2016

Hi,

Please share some steps(the flash URL) to reproduce the issue so that we can look into it.

Participating Frequently
June 3, 2016

Source code is quite simple:

<?xml version="1.0" encoding="utf-8"?>

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

    xmlns:s="library://ns.adobe.com/flex/spark"

    xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">

  <s:layout>

  <s:VerticalLayout>

  </s:VerticalLayout>

  </s:layout>

  <!--ok-->     <s:Label  text="一二三" fontFamily="宋体" fontSize="30" />

  <!--win 7 ok-->    <s:Label  text="一二三" fontFamily="宋体" fontSize="30" fontWeight="bold"/>

  <!--win 7 ok ,win 10 wrong-->   <s:Label  text="一二三" fontFamily="微软雅黑" fontSize="30" />

  <!--wrong-->    <s:Label  text="一二三" fontFamily="微软雅黑" fontSize="30" fontWeight="bold" />

  <!--win 7 ok ,win 10 wrong-->  <s:Label  text="一二三" fontFamily="Tahoma" fontSize="30" />

</s:Application>

Participating Frequently
June 7, 2016

Hi,

It looks like a chrome's bug.

Thanks