Copy link to clipboard
Copied
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


Copy link to clipboard
Copied
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

Find more inspiration, events, and resources on the new Adobe Community
Explore Now