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

embedAsCFF not working anymore

Guest
Apr 16, 2013 Apr 16, 2013

Copy link to clipboard

Copied

Hi,

i develope an mobile application, and load a style.css in my application.

In the style.css i declare to fonts / one with embedAsCFF: true; one false

@font-face {

    src:url('assets/fonts/Comic.ttf');

    fontWeight:normal;

    fontFamily: textile_eac;

    embedAsCFF: true;

    unicode-range:

        /* U+0100-U+017F, Latin Extended-A Unicode block */

        U+00C4, U+00E4, U+00E9, U+00F6, U+00D6, U+00FC, U+00DC, U+00DF, /* Special German Chars */  

        U+00E0, U+00E2, U+00E6, U+00E7, U+00E8, U+00E9, U+00EA, U+00EB, U+00EE, U+00EF, U+00F1, U+00F4, U+00F9, U+00FB, U+00FC, U+00FF, U+0153, /* Special French Chars */ 

        U+0020-U+0040, /* Punctuation, Numbers */

        U+0041-U+005A, /* Upper-Case A-Z */

        U+005B-U+0060, /* Punctuation and Symbols */

        U+0061-U+007A, /* Lower-Case a-z */

        U+007B-U+007E; /* Punctuation and Symbols */

}

@font-face {

    src:url('assets/fonts/Comic.ttf');

    fontWeight:normal;

    fontFamily: textile;

    embedAsCFF:false;

    unicode-range:

        /* U+0100-U+017F, Latin Extended-A Unicode block */

        U+00C4, U+00E4, U+00E9, U+00F6, U+00D6, U+00FC, U+00DC, U+00DF, /* Special German Chars */

        U+00E0, U+00E2, U+00E6, U+00E7, U+00E8, U+00E9, U+00EA, U+00EB, U+00EE, U+00EF, U+00F1, U+00F4, U+00F9, U+00FB, U+00FC, U+00FF, U+0153, /* Special French Chars */         

        U+0020-U+0040, /* Punctuation, Numbers */

        U+0041-U+005A, /* Upper-Case A-Z */

        U+005B-U+0060, /* Punctuation and Symbols */

        U+0061-U+007A, /* Lower-Case a-z */

        U+007B-U+007E; /* Punctuation and Symbols */

}

I swied from Air 3.4 to 3.7 and it dosn´t work, a Typo indo shows, that both fonts are embedAsCFF: false;

trace fonts via thisFont.fontType

FONT 0:: name: textile; typeface: regular; type: embedded*

FONT 1:: name: textile_eac; typeface: regular; type: embedded* -> this hast do be embeddedCFF*

Any sugessions?

Thx

TOPICS
Air beta

Views

781

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 18, 2013 Apr 18, 2013

Copy link to clipboard

Copied

LATEST

Hi,

Thanks for your issue report. Could you please open a new bug report on this over at bugbase.adobe.com? When adding the bug, please include sample code or an application, device used, AIR SDK version. Also, please mention on which AIR SDK it was working properly. It'll surely help us in our investigations. Once added, please post back with the bug URL so that others affected can add their comments and votes.

Regards,

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