• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Korean Font not displayed in Android 4.2.2

New Here ,
Apr 28, 2013 Apr 28, 2013

Copy link to clipboard

Copied

I have a Nexus 4 with Android 4.2.2. Apparently in 4.2.2. Google changed the Korean System Font.

As a result my Air Applications, do not display the Korean Text anymore on Android 4.2.2.

If you specifically request the fontFamily NanumGothic, it actually works but this only works with Label components and not with others like Checkbox or List components (or would be much more complicated as overrides would be needed).

Below is a sample to reproduce the error. Compiled with Adobe Air 3.7 and Flex 4.6.

On my mobile device I run Air 3.7.0.166 (latest version).

On Android 4.1. and below it displays two lines of Korean text (correct behaviour).

On Android 4.2.2 it only displays the line with the specific fontFamily (wrong behaviour).

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

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"  backgroundColor="white" xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160">

<s:VGroup width="100%" height="100%" verticalAlign="top" horizontalAlign="center">

                    <s:Label text="고속도로"  fontFamily="NanumGothic"/>

                    <s:Label text="고속도로" />

</s:VGroup>

</s:Application>

Please let me know if you can reproduce this behaviour. Thanks!

TOPICS
Development

Views

1.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 28, 2013 Apr 28, 2013

Copy link to clipboard

Copied

Hi,

Could you please open a new bug report on this over at bugbase.adobe.com?  Once the bug has been added would you mind posting back with the URL so that others affected can add their votes and comments?

 

Thanks once again for reporting this.

-Nimit

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 29, 2013 Apr 29, 2013

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines