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

Problem with Vertical Text with Chinese Font with Phonetic Symbols

New Here ,
Apr 11, 2012 Apr 11, 2012

I encounter some problems with Chinese vertical text with Phonetic Symbol font

The layout is lifted to the lower right and block part of the character

Besides, in editing mode, the cursor position is not correct

Do anyone know how to solve these problems?

The following are the properties for my text (in a 200x200 canvas with black border):

textFlow.fontFamily = "testfont_01";

textFlow.fontLookup=FontLookup.EMBEDDED_CFF;

textFlow.renderingMode = RenderingMode.CFF;

textFlow.blockProgression=BlockProgression.RL;

textFlow.justificationRule = JustificationRule.EAST_ASIAN;

Attached with the result screen shots

a1.pnga2.png

TOPICS
Text layout framework
3.4K
Translate
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 11, 2012 Apr 11, 2012
LATEST

found more issues:

only Chinese character "one" is at correct position

however, since all the other characters are at wrong position, it looks like that "one" is at the wrong position

a3.gif

Translate
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