[ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529658#comment-17529658
 ] 

J Frank edited comment on FOP-3065 at 4/28/22 9:03 PM:
-------------------------------------------------------

n̑
N̑

ọ̈

try using following unicode for above for font cambria
{code:xml}
<fo:block>&#x0148;</fo:block>
<fo:block>&#x0147;</fo:block>
<fo:block>&#x00d6;</fo:block>  {code}
{code:xml}
<fo:block font-family="Times New Roman">     
                <fo:block>&#x0147; </fo:block>
                <fo:block>&#x0148; </fo:block>
                <fo:block>&#x00f6;</fo:block>
</fo:block>{code}


was (Author: jagruti.fr...@gmail.com):
n̑
N̑

ọ̈

try using following unicode for above for font cambria
{code:xml}
<fo:block>&#x0148;</fo:block>
<fo:block>&#x0147;</fo:block>
<fo:block>&#x00d6;</fo:block>  {code}
{code:xml}

 
{code:java}
 <fo:block font-family="Times New Roman">     
                <fo:block>&#x0147; </fo:block>
                <fo:block>&#x0148; </fo:block>
                <fo:block>&#x00f6;</fo:block>
</fo:block>{code}

> Shifted combining chars
> -----------------------
>
>                 Key: FOP-3065
>                 URL: https://issues.apache.org/jira/browse/FOP-3065
>             Project: FOP
>          Issue Type: Bug
>    Affects Versions: 2.4, 2.6, 2.7
>            Reporter: Alexander Dyuzhev
>            Priority: Critical
>         Attachments: image-2022-04-26-08-56-51-840.png, shifted-1.pdf, 
> shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n&#785;
> N&#785;
> f&#768;
> F&#768;
> &#246;&#803;
> h&#803;
> !image-2022-04-26-08-56-51-840.png!
>  
> Combining char renders shifted to the left or right depends on the font.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to