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

Text deformation (AIR 22.0.0.153)

Participant ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

Hi

You can see the text deformation in air (22.0.0.153) app from the screenshot. Can you help me about this issue, thanks.

Device: Samsung Tablet n8005

Screenshot_2016-08-16-20-33-32.png

TOPICS
Development

Views

464

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 ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

Hi Seyfullah,

Could you please tell us the Android version that you are using with Samsung Tablet and also share the language that is being used in the application.

Thanks,

Adobe AIR Team

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
Participant ,
Aug 18, 2016 Aug 18, 2016

Copy link to clipboard

Copied

Android version: 4.3.1

App Language: Turkish

* Also i noticed that the issue is font specific (embedded Arial Bold). As you can see there is no problem with another font (embedded Myriad Pro Regular)

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
Adobe Employee ,
Aug 18, 2016 Aug 18, 2016

Copy link to clipboard

Copied

Hi Seyfullah,

I tried with a sample Application having below code :

[Embed(source="arialbd.ttf",fontName = "myFont",mimeType = "application/x-font",advancedAntiAliasing="true",embedAsCFF="false")]

  var myEmbeddedFont:Class;

  var textField:TextField = new TextField();

  textField.defaultTextFormat = new TextFormat("myFont", 40);

  textField.embedFonts = true;

  textField.text = "DoÄŸru git (gidin), sonra sola /saÄŸa dön (dönün)";

  textField.autoSize = TextFieldAutoSize.LEFT;

  textField.type = TextFieldType.INPUT;

  this.addChild(textField);

I am running the application on Android devices having Android version 5.x and 6.0 using AIR 22.0.153 but I am not able to reproduce the bug.

It will be very helpful to us if you can share a sample project and please try running your application on other devices as well having different Android versions.

Is it a device specific issue ?

Thanks,

Adobe AIR Team

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
Participant ,
Aug 19, 2016 Aug 19, 2016

Copy link to clipboard

Copied

LATEST

Yes this is a device (samsung tablet) specific issue. Unfortunately i can not send a sample project because i can not reproduce the issue and there is no problem on my test devices. Our customer reported the issue and shared with me the above screenshot.

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