[jira] [Created] (FOP-3175) Wrong baseline for fall-back font Noto Emoji

2024-04-11 Thread Alexander Dyuzhev (Jira)
Alexander Dyuzhev created FOP-3175:
--

 Summary: Wrong baseline for fall-back font Noto Emoji
 Key: FOP-3175
 URL: https://issues.apache.org/jira/browse/FOP-3175
 Project: FOP
  Issue Type: Bug
Affects Versions: 2.9, 2.8, 2.7, 2.6, 2.4
Reporter: Alexander Dyuzhev
 Attachments: NotoEmoji_Issue.zip, fop.xconf, 
image-2024-04-11-19-51-59-792.png, image-2024-04-11-19-52-19-990.png, 
noto_emoji_test.fo, noto_emoji_test.pdf

I have a text with the Emoji glyphs.
In the fo:root I've set two fonts - Times for the main text and NotoEmoji 
(Google font) for the glyphs which missing in the Times.

{code:xml}
font-family="Times, NotoEmoji"
{code}

The sample text is very simple: 
{code}
text ✔ text
{code}

The FOP substitutes the 'check mark' glyph from the font NotoEmoji properly, 
but the glyphs shifted up (look like the wrong baseline):
 !image-2024-04-11-19-51-59-792.png! 
I've tried to specify font-selection-strategy="character-by-character" - the 
same result.
But if I specify the font NotoEmoji explicitly for  the 'check mark':
{code}
✔
{code}
then 'check mark' glyph renders in the one line with main text:
 !image-2024-04-11-19-52-19-990.png! 


The source .fo:  [^noto_emoji_test.fo] 
Font config:  [^fop.xconf] 
The resulted PDF:  [^noto_emoji_test.pdf] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FOP-3134) Long table footer overflows the page

2023-06-29 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3134:


>From [6.7.3 fo:table|https://www.w3.org/TR/xsl/#fo_table]:

"The table content is divided into a header (optional), footer (optional), and 
one or more bodies. Properties specify if the headers and footers should be 
repeated at a break in the table. Each of these parts occupies one or more rows 
in the table grid."

I.e. the table footers repeating isn't mandatory requirement.

> Long table footer overflows the page
> 
>
> Key: FOP-3134
> URL: https://issues.apache.org/jira/browse/FOP-3134
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.5, 2.6, 2.8
>Reporter: Alexander Dyuzhev
>Priority: Major
> Attachments: image-2023-06-15-20-02-26-537.png, 
> image-2023-06-15-20-08-39-315.png, long_table_footer.fix.fo, 
> long_table_footer.fo, long_table_footer.pdf, long_table_footer_fix.pdf
>
>
> I have a simple XSL-FO with the table with multi rows footer - 
> [^long_table_footer.fo] 
> The resulted PDF [^long_table_footer.pdf] is wrong:
>  - big empty space on the 1st page
>  - table footer doesn't fit to the 2nd page
> !image-2023-06-15-20-02-26-537.png!
> To fix it _visually_ I can move the long table footer into the separate table 
> [^long_table_footer.fix.fo], and the resulted PDF 
> [^long_table_footer_fix.pdf] looks as expected:
> !image-2023-06-15-20-08-39-315.png!
> BUT I have to generate the PDF/UA with the structure tags tree, and the table 
> should be one with footer.
> The links to the issues:
>  * 
> [https://stackoverflow.com/questions/41625388/table-footer-doesnt-page-break-using-apache-fop]
>  * 
> [https://github.com/metanorma/metanorma-iso/issues/1001#issuecomment-1593341473]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FOP-3134) Long table footer overflows the page

2023-06-15 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3134:
---
Affects Version/s: 2.6
   2.5

> Long table footer overflows the page
> 
>
> Key: FOP-3134
> URL: https://issues.apache.org/jira/browse/FOP-3134
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.5, 2.6, 2.8
>Reporter: Alexander Dyuzhev
>Priority: Major
> Attachments: image-2023-06-15-20-02-26-537.png, 
> image-2023-06-15-20-08-39-315.png, long_table_footer.fix.fo, 
> long_table_footer.fo, long_table_footer.pdf, long_table_footer_fix.pdf
>
>
> I have a simple XSL-FO with the table with multi rows footer - 
> [^long_table_footer.fo] 
> The resulted PDF [^long_table_footer.pdf] is wrong:
>  - big empty space on the 1st page
>  - table footer doesn't fit to the 2nd page
> !image-2023-06-15-20-02-26-537.png!
> To fix it _visually_ I can move the long table footer into the separate table 
> [^long_table_footer.fix.fo], and the resulted PDF 
> [^long_table_footer_fix.pdf] looks as expected:
> !image-2023-06-15-20-08-39-315.png!
> BUT I have to generate the PDF/UA with the structure tags tree, and the table 
> should be one with footer.
> The links to the issues:
>  * 
> [https://stackoverflow.com/questions/41625388/table-footer-doesnt-page-break-using-apache-fop]
>  * 
> [https://github.com/metanorma/metanorma-iso/issues/1001#issuecomment-1593341473]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FOP-3134) Long table footer overflows the page

2023-06-15 Thread Alexander Dyuzhev (Jira)
Alexander Dyuzhev created FOP-3134:
--

 Summary: Long table footer overflows the page
 Key: FOP-3134
 URL: https://issues.apache.org/jira/browse/FOP-3134
 Project: FOP
  Issue Type: Bug
Affects Versions: 2.8
Reporter: Alexander Dyuzhev
 Attachments: image-2023-06-15-20-02-26-537.png, 
image-2023-06-15-20-08-39-315.png, long_table_footer.fix.fo, 
long_table_footer.fo, long_table_footer.pdf, long_table_footer_fix.pdf

I have a simple XSL-FO with the table with multi rows footer - 
[^long_table_footer.fo] 
The resulted PDF [^long_table_footer.pdf] is wrong:
 - big empty space on the 1st page
 - table footer doesn't fit to the 2nd page
!image-2023-06-15-20-02-26-537.png!

To fix it _visually_ I can move the long table footer into the separate table 
[^long_table_footer.fix.fo], and the resulted PDF [^long_table_footer_fix.pdf] 
looks as expected:
!image-2023-06-15-20-08-39-315.png!

BUT I have to generate the PDF/UA with the structure tags tree, and the table 
should be one with footer.

The links to the issues:
 * 
[https://stackoverflow.com/questions/41625388/table-footer-doesnt-page-break-using-apache-fop]
 * 
[https://github.com/metanorma/metanorma-iso/issues/1001#issuecomment-1593341473]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FOP-3128) Missing 'Unresolved ID reference' warning

2023-04-16 Thread Alexander Dyuzhev (Jira)
Alexander Dyuzhev created FOP-3128:
--

 Summary: Missing 'Unresolved ID reference' warning
 Key: FOP-3128
 URL: https://issues.apache.org/jira/browse/FOP-3128
 Project: FOP
  Issue Type: Bug
Affects Versions: 2.8
Reporter: Alexander Dyuzhev
 Fix For: 2.7
 Attachments: test.fo.xml

In the Apache FOP 2.8 the message

{noformat}
WARNING: Page 1: Unresolved ID reference "some_place" found.
{noformat}

is missing in the console output.

The source .fo example:
{code:xml}

   This is a link 
test.
 {code}
 
The message was removed in the 
https://issues.apache.org/jira/projects/FOP/issues/FOP-3048, in patch 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/area/RenderPagesModel.java?r1=1897194=1897193=1897194.

Such messages are very helpful to determine the wrong link. Is there a way to 
return it?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FOP-3064) Wrong accent position in PDF

2022-06-10 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3064:


I've set xml:lang="en" for fo:root and enclose char + combining char into 
..., and applied the patch from 
FOP-2969. And it solved my issue.

Thanks!

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> image-2022-05-25-21-44-30-254.png, image-2022-05-25-21-45-20-171.png, 
> image-2022-05-25-21-45-37-805.png, image-2022-05-26-11-51-51-538.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Commented] (FOP-3065) Shifted combining chars

2022-06-10 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3065:


I've set xml:lang="en" for fo:root and enclose char + combining char into 
..., and applied the patch from 
FOP-2969. And it solved my issue.

Thanks!

> 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: fop.xconf, image-2022-04-26-08-56-51-840.png, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3065) Shifted combining chars

2022-06-03 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3065:


How can I check that font supports the xml:lang? Is there an attribute/property 
in the font?

For instance, if xml:lang="ar", then how can I check the font?

> 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: fop.xconf, image-2022-04-26-08-56-51-840.png, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3065) Shifted combining chars

2022-06-02 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3065:


I can't set xml:lang="none", because I have to produce Arabic PDF and need to 
set xml:lang="ar" for correct Arabic fonts displaying.

 

> 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: fop.xconf, image-2022-04-26-08-56-51-840.png, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3064) Wrong accent position in PDF

2022-06-02 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3064:


I can't set xml:lang="none", because I have to produce Arabic PDF and need to 
set xml:lang="ar" for correct arabic font displaying.

 

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> image-2022-05-25-21-44-30-254.png, image-2022-05-25-21-45-20-171.png, 
> image-2022-05-25-21-45-37-805.png, image-2022-05-26-11-51-51-538.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Commented] (FOP-3064) Wrong accent position in PDF

2022-05-31 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3064:


> Can you remove xml:lang="en"
> No need for other changes

 

In this case I can't generate accessibility PDF (PDF/UA)? Right?

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> image-2022-05-25-21-44-30-254.png, image-2022-05-25-21-45-20-171.png, 
> image-2022-05-25-21-45-37-805.png, image-2022-05-26-11-51-51-538.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Commented] (FOP-3065) Shifted combining chars

2022-05-31 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3065:


> please confirm which language has these characters? CJK characters I believe

 

These characters are from ISO 9 transliteration table between Cyrillic and 
Latin -  [https://en.wikipedia.org/wiki/ISO_9#Transliteration_table].

 

> Please remove language xml:lang="en" from fo and try it with the fix  for 
> FOP-2969

 

ok, thanks. I'll try, but resulted PDF should be PDF/UA compliance, therefore I 
can't remove the xml:lang attribute 
([https://xmlgraphics.apache.org/fop/2.4/accessibility.html).]

 

> 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: fop.xconf, image-2022-04-26-08-56-51-840.png, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3065) Shifted combining chars

2022-05-30 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3065:


> Can you share fop.xconf,

[^fop.xconf]

 

>  language you are trying to generate pdf, 

"en"

http://www.w3.org/1999/XSL/Format; 
xmlns:xlink="http://www.w3.org/1999/xlink; xml:lang="en">

 

>name of operating system please?

 

Windows 7 64-bit with latest updates.

 

 

> 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: fop.xconf, image-2022-04-26-08-56-51-840.png, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-05-30 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: fop.xconf

> 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: fop.xconf, image-2022-04-26-08-56-51-840.png, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3065) Shifted combining chars

2022-05-29 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3065:


Word renders Combining Dot Below ok except Courier New font:

!image-2022-05-29-22-24-51-772.png!

 

 

 

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-05-29 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: (was: image-2022-05-29-22-17-42-600.png)

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-05-29 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: (was: image-2022-05-29-22-16-17-886.png)

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-05-29 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: image-2022-05-29-22-24-51-772.png

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-16-17-886.png, 
> image-2022-05-29-22-17-42-600.png, image-2022-05-29-22-24-51-772.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-05-29 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: image-2022-05-29-22-17-42-600.png

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-16-17-886.png, 
> image-2022-05-29-22-17-42-600.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-05-29 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: image-2022-05-29-22-16-17-886.png

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, image-2022-05-29-22-16-17-886.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3064) Wrong accent position in PDF

2022-05-29 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3064:


thank you, it renders ok in my environment too.

Then I have to find all such accent characters programmatically via xslt and 
enclose them in the tag fo:inline. One more workaround solution...

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> image-2022-05-25-21-44-30-254.png, image-2022-05-25-21-45-20-171.png, 
> image-2022-05-25-21-45-37-805.png, image-2022-05-26-11-51-51-538.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Commented] (FOP-3064) Wrong accent position in PDF

2022-05-25 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3064:


> Can you try this instead of adding unicode for graveaccent, I have added it 
>via notepad++ and seems to render ok for me.

>  f̀ 

 

Yes, standalone f̀ renders ok:

!image-2022-05-25-21-44-30-254.png!

Also it renders ok:

f

 

BUT as soon I put letters around f̀, then accent moves to 'a' again:

!image-2022-05-25-21-45-20-171.png!

renders:

!image-2022-05-25-21-45-37-805.png!

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> image-2022-05-25-21-44-30-254.png, image-2022-05-25-21-45-20-171.png, 
> image-2022-05-25-21-45-37-805.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-05-25 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-05-25-21-45-20-171.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> image-2022-05-25-21-44-30-254.png, image-2022-05-25-21-45-20-171.png, 
> image-2022-05-25-21-45-37-805.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-05-25 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-05-25-21-45-37-805.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> image-2022-05-25-21-44-30-254.png, image-2022-05-25-21-45-20-171.png, 
> image-2022-05-25-21-45-37-805.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-05-25 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-05-25-21-44-30-254.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> image-2022-05-25-21-44-30-254.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Commented] (FOP-3064) Wrong accent position in PDF

2022-05-25 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3064:


> Are you able to type that character in winword or did you copy pasted in word.

 

First, I write just 'kafedra':

!image-2022-05-25-21-14-01-798.png!

Then, put the cursor after 'f' and choose Insert->Symbol->More Symbols..., 
choose the character with code '0300' and click 'Insert':

!image-2022-05-25-21-16-15-935.png!

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-05-25 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-05-25-21-16-15-935.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, image-2022-05-25-21-16-15-935.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-05-25 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-05-25-21-14-01-798.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> image-2022-05-24-14-05-20-676.png, image-2022-05-24-15-40-53-235.png, 
> image-2022-05-25-21-14-01-798.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-04-30 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: image-2022-04-30-13-54-09-030.png

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3065) Shifted combining chars

2022-04-30 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3065:


No, there aren't such characters. Therefore I put special combining chars after 
main character:

!image-2022-04-30-13-54-09-030.png!

!image-2022-04-30-13-54-23-021.png!

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-04-30 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: image-2022-04-30-13-54-23-021.png

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, image-2022-04-30-13-54-09-030.png, 
> image-2022-04-30-13-54-23-021.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3064) Wrong accent position in PDF

2022-04-30 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3064:


> seems glph is not present in cambria, suggestion is to use unicode from ttf 
> file

 

[~jagruti.fr...@gmail.com] yes, you are right. In Cambria font there isn't 
'latin f' with 'accent'. Therefore I've put combining char U+0300 after 'f' in 
fo example:

!image-2022-04-30-13-23-47-423.png!

In MS Word I can put 'f' and then copy char U+0300 from the character map:

!image-2022-04-30-13-26-21-967.png!

and immediately 'accent' shows above 'f'

!image-2022-04-30-13-25-35-655.png!

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-04-30 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-04-30-13-26-21-967.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, image-2022-04-30-13-26-21-967.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-04-30 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: (was: image-2022-04-30-13-22-16-179.png)

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-04-30 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-04-30-13-25-35-655.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-23-47-423.png, 
> image-2022-04-30-13-25-35-655.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-04-30 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-04-30-13-23-47-423.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-22-16-179.png, 
> image-2022-04-30-13-23-47-423.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3064) Wrong accent position in PDF

2022-04-30 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3064:
---
Attachment: image-2022-04-30-13-22-16-179.png

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, image-2022-04-30-13-22-16-179.png, 
> kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Commented] (FOP-3063) Overlapping diaresis and combining macron glyphs

2022-04-30 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3063:


[~jagruti.fr...@gmail.com] thank you for your tips. But for users it would be 
simpler to put basic character like 'o with macron' and combining char, than 
find 'one character with macron and combining char together' in the character 
map.

 

> Overlapping diaresis and combining macron glyphs
> 
>
> Key: FOP-3063
> URL: https://issues.apache.org/jira/browse/FOP-3063
> Project: FOP
>  Issue Type: Bug
>Reporter: Alexander Dyuzhev
>Priority: Major
> Attachments: combining_chars.fo.xml, fop.xconf, out.pdf, 
> pdf_rendering.PNG, test.fo, test_combining_char.pdf, word_rendering.PNG
>
>
> I have a text encoded with special characters like diaeresis, umlaut with 
> combining character like 'combining macron'. For instance, sequence ǟ
> In the PDF such sequence looks overlapped (see [^test_combining_char.pdf]):
> !pdf_rendering.PNG!
> In Word and HTML it render ok:
> !word_rendering.PNG!
> -macron placed over diaeresis.
> Source xsl-fo: [^combining_chars.fo.xml]



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


[jira] [Comment Edited] (FOP-3065) Shifted combining chars

2022-04-29 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev edited comment on FOP-3065 at 4/29/22 8:57 AM:
-

[~jagruti.fr...@gmail.com] thank you for the answer. I've tried:

{{}}
{{    Ň}}
{{    ň}}
{{    ö}}
{{}}

 

{{renders as:}}

{{!image-2022-04-29-11-53-00-968.png!}}

{{But I need:}}

{{!image-2022-04-29-11-54-27-704.png!}}

{{(renders in MS Word in Times New Roman)}}

and

{{!image-2022-04-29-11-55-20-495.png!}}

{{(renders in MS Word in Cambria)}}


was (Author: JIRAUSER280102):
[~jagruti.fr...@gmail.com] thank you for the answer. I've tried:

{{}}
{{    Ň}}
{{    ň}}
{{    ö}}
{{}}

 

{{renders as:}}

{{!image-2022-04-29-11-53-00-968.png!}}

{{But I need:}}

{{!image-2022-04-29-11-54-27-704.png!}}

{{(renders in MS Word in Times New Roman)}}

and

{{!image-2022-04-29-11-55-20-495.png!}}

{{{}(renders in MS Word in Cambria){}}}}}{}}}

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Comment Edited] (FOP-3065) Shifted combining chars

2022-04-29 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev edited comment on FOP-3065 at 4/29/22 8:57 AM:
-

[~jagruti.fr...@gmail.com] thank you for the answer. I've tried:

{{}}
{{    Ň}}
{{    ň}}
{{    ö}}
{{}}

 

{{renders as:}}

{{!image-2022-04-29-11-53-00-968.png!}}

{{But I need:}}

{{!image-2022-04-29-11-54-27-704.png!}}

{{(renders in MS Word in Times New Roman)}}

and

{{!image-2022-04-29-11-55-20-495.png!}}

{{{}(renders in MS Word in Cambria){}}}}}{}}}


was (Author: JIRAUSER280102):
[~jagruti.fr...@gmail.com] thank you for the answer. I've tried:

{{}}
{{    }}
{{    }}
{{    }}
{{}}

{{renders as:}}

{{!image-2022-04-29-11-53-00-968.png!}}

{{But I need:}}

{{!image-2022-04-29-11-54-27-704.png!}}

{{(renders in MS Word in Times New Roman)}}

{{and }}

{{{}!image-2022-04-29-11-55-20-495.png!{}}}{{{}{}}}

{{{}(renders in MS Word in Cambria){}}}{{{}{}}}

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Commented] (FOP-3065) Shifted combining chars

2022-04-29 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3065:


[~jagruti.fr...@gmail.com] thank you for the answer. I've tried:

{{}}
{{    }}
{{    }}
{{    }}
{{}}

{{renders as:}}

{{!image-2022-04-29-11-53-00-968.png!}}

{{But I need:}}

{{!image-2022-04-29-11-54-27-704.png!}}

{{(renders in MS Word in Times New Roman)}}

{{and }}

{{{}!image-2022-04-29-11-55-20-495.png!{}}}{{{}{}}}

{{{}(renders in MS Word in Cambria){}}}{{{}{}}}

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-04-29 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: image-2022-04-29-11-55-20-495.png

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> image-2022-04-29-11-55-20-495.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-04-29 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: image-2022-04-29-11-54-27-704.png

> 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, 
> image-2022-04-29-11-53-00-968.png, image-2022-04-29-11-54-27-704.png, 
> shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Updated] (FOP-3065) Shifted combining chars

2022-04-29 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3065:
---
Attachment: image-2022-04-29-11-53-00-968.png

> 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, 
> image-2022-04-29-11-53-00-968.png, shifted-1.pdf, shifted.fo-1.xml
>
>
> Combining chars (above and below main char) render shifted. For instance:
> n
> N
> f
> F
> 
> h
> !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)


[jira] [Created] (FOP-3065) Shifted combining chars

2022-04-25 Thread Alexander Dyuzhev (Jira)
Alexander Dyuzhev created FOP-3065:
--

 Summary: Shifted combining chars
 Key: FOP-3065
 URL: https://issues.apache.org/jira/browse/FOP-3065
 Project: FOP
  Issue Type: Bug
Affects Versions: 2.7, 2.6, 2.4
Reporter: Alexander Dyuzhev
 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
N
f
F

h

!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)


[jira] [Commented] (FOP-3064) Wrong accent position in PDF

2022-04-25 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3064:


[~jagruti.fr...@gmail.com] you can download font from 
[https://github.com/robbin2012/fonts/blob/master/cambria.ttc]

My FOP font config:


               


But I have this issue with another fonts - Arial, Times New Roman.

> Wrong accent position in PDF
> 
>
> Key: FOP-3064
> URL: https://issues.apache.org/jira/browse/FOP-3064
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.4, 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: image-2022-04-25-15-28-24-248.png, 
> image-2022-04-25-15-30-05-741.png, kafedra.fo.xml, kafedra.pdf
>
>
> Combining Grave Accent character () encoded after letter `f` in the 
> source xsl-fo [^kafedra.fo.xml]:
> kafedra
> But accent character renders in PDF after letter 'a':
> !image-2022-04-25-15-28-24-248.png!
> In HTML and Word it renders ok:
> !image-2022-04-25-15-30-05-741.png!



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


[jira] [Created] (FOP-3064) Wrong accent position in PDF

2022-04-25 Thread Alexander Dyuzhev (Jira)
Alexander Dyuzhev created FOP-3064:
--

 Summary: Wrong accent position in PDF
 Key: FOP-3064
 URL: https://issues.apache.org/jira/browse/FOP-3064
 Project: FOP
  Issue Type: Bug
Affects Versions: 2.7, 2.6, 2.4
Reporter: Alexander Dyuzhev
 Attachments: image-2022-04-25-15-28-24-248.png, 
image-2022-04-25-15-30-05-741.png, kafedra.fo.xml, kafedra.pdf

Combining Grave Accent character () encoded after letter `f` in the 
source xsl-fo [^kafedra.fo.xml]:

kafedra

But accent character renders in PDF after letter 'a':

!image-2022-04-25-15-28-24-248.png!

In HTML and Word it renders ok:

!image-2022-04-25-15-30-05-741.png!



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


[jira] [Updated] (FOP-3063) Overlapping diaresis and combining macron glyphs

2022-04-25 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3063:
---
 Attachment: pdf_rendering.PNG
Description: 
I have a text encoded with special characters like diaeresis, umlaut with 
combining character like 'combining macron'. For instance, sequence ǟ

In the PDF such sequence looks overlapped (see [^test_combining_char.pdf]):

!pdf_rendering.PNG!

In Word and HTML it render ok:

!word_rendering.PNG!

-macron placed over diaeresis.

Source xsl-fo: [^combining_chars.fo.xml]

  was:
I have a text encoded with special characters like diaeresis, umlaut with 
combining character like 'combining macron'. For instance, sequence 


In the PDF such sequence looks overlapped (see [^test_combining_char.pdf]).

In Word and HTML it render ok:

!word_rendering.PNG!

-macron placed over diaeresis.

Source xsl-fo: [^combining_chars.fo.xml]


> Overlapping diaresis and combining macron glyphs
> 
>
> Key: FOP-3063
> URL: https://issues.apache.org/jira/browse/FOP-3063
> Project: FOP
>  Issue Type: Bug
>Reporter: Alexander Dyuzhev
>Priority: Major
> Attachments: combining_chars.fo.xml, pdf_rendering.PNG, 
> test_combining_char.pdf, word_rendering.PNG
>
>
> I have a text encoded with special characters like diaeresis, umlaut with 
> combining character like 'combining macron'. For instance, sequence ǟ
> In the PDF such sequence looks overlapped (see [^test_combining_char.pdf]):
> !pdf_rendering.PNG!
> In Word and HTML it render ok:
> !word_rendering.PNG!
> -macron placed over diaeresis.
> Source xsl-fo: [^combining_chars.fo.xml]



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


[jira] [Created] (FOP-3063) Overlapping diaresis and combining macron glyphs

2022-04-25 Thread Alexander Dyuzhev (Jira)
Alexander Dyuzhev created FOP-3063:
--

 Summary: Overlapping diaresis and combining macron glyphs
 Key: FOP-3063
 URL: https://issues.apache.org/jira/browse/FOP-3063
 Project: FOP
  Issue Type: Bug
Reporter: Alexander Dyuzhev
 Attachments: combining_chars.fo.xml, test_combining_char.pdf, 
word_rendering.PNG

I have a text encoded with special characters like diaeresis, umlaut with 
combining character like 'combining macron'. For instance, sequence 


In the PDF such sequence looks overlapped (see [^test_combining_char.pdf]).

In Word and HTML it render ok:

!word_rendering.PNG!

-macron placed over diaeresis.

Source xsl-fo: [^combining_chars.fo.xml]



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


[jira] [Commented] (FOP-3057) Empty text in the font Source Code Pro

2022-03-06 Thread Alexander Dyuzhev (Jira)


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

Alexander Dyuzhev commented on FOP-3057:


[~ssteiner] I've tried this
{code:xml}


{code}
but again there isn't text in PDF: [^test_SourceCodePro_fop_2.6_embed_full.pdf]

> Empty text in the font Source Code Pro
> --
>
> Key: FOP-3057
> URL: https://issues.apache.org/jira/browse/FOP-3057
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.6, 2.7
> Environment: Windows 7 Pro 64-bit
> Java version 1.8.0_281
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: test.fo.xml, test_SourceCodePro_fop_2.5.pdf, 
> test_SourceCodePro_fop_2.6.pdf, test_SourceCodePro_fop_2.6_embed_full.pdf
>
>
> I use the font 'Source Code Pro' from here: 
> [https://github.com/adobe-fonts/source-code-pro/blob/482adcaccf9777f2850974e08c60e706b1ad9169/TTF/SourceCodePro-Regular.ttf]
> FOP config fragment:
> {code:xml}
> 
>   
> 
> {code}
> This block:
> {code:xml}
> text Source Code 
> Pro text
> {code}
> renders ok in FOP 2.5 (see attached test_SourceCodePro_fop_2.5.pdf),
> but renders empty space in FOP 2.6 and 2.7 for the font 'Source Code Pro' 
> (see attached test_SourceCodePro_fop_2.6.pdf).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FOP-3057) Empty text in the font Source Code Pro

2022-03-06 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3057:
---
Attachment: test_SourceCodePro_fop_2.6_embed_full.pdf

> Empty text in the font Source Code Pro
> --
>
> Key: FOP-3057
> URL: https://issues.apache.org/jira/browse/FOP-3057
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.6, 2.7
> Environment: Windows 7 Pro 64-bit
> Java version 1.8.0_281
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: test.fo.xml, test_SourceCodePro_fop_2.5.pdf, 
> test_SourceCodePro_fop_2.6.pdf, test_SourceCodePro_fop_2.6_embed_full.pdf
>
>
> I use the font 'Source Code Pro' from here: 
> [https://github.com/adobe-fonts/source-code-pro/blob/482adcaccf9777f2850974e08c60e706b1ad9169/TTF/SourceCodePro-Regular.ttf]
> FOP config fragment:
> {code:xml}
> 
>   
> 
> {code}
> This block:
> {code:xml}
> text Source Code 
> Pro text
> {code}
> renders ok in FOP 2.5 (see attached test_SourceCodePro_fop_2.5.pdf),
> but renders empty space in FOP 2.6 and 2.7 for the font 'Source Code Pro' 
> (see attached test_SourceCodePro_fop_2.6.pdf).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FOP-3057) Empty text in the font Source Code Pro

2022-03-05 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3057:
---
Environment: 
Windows 7 Pro 64-bit
Java version 1.8.0_281

> Empty text in the font Source Code Pro
> --
>
> Key: FOP-3057
> URL: https://issues.apache.org/jira/browse/FOP-3057
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.6, 2.7
> Environment: Windows 7 Pro 64-bit
> Java version 1.8.0_281
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: test.fo.xml, test_SourceCodePro_fop_2.5.pdf, 
> test_SourceCodePro_fop_2.6.pdf
>
>
> I use the font 'Source Code Pro' from here: 
> [https://github.com/adobe-fonts/source-code-pro/blob/482adcaccf9777f2850974e08c60e706b1ad9169/TTF/SourceCodePro-Regular.ttf]
> FOP config fragment:
> {code:xml}
> 
>   
> 
> {code}
> This block:
> {code:xml}
> text Source Code 
> Pro text
> {code}
> renders ok in FOP 2.5 (see attached test_SourceCodePro_fop_2.5.pdf),
> but renders empty space in FOP 2.6 and 2.7 for the font 'Source Code Pro' 
> (see attached test_SourceCodePro_fop_2.6.pdf).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FOP-3057) Empty text in the font Source Code Pro

2022-03-05 Thread Alexander Dyuzhev (Jira)


 [ 
https://issues.apache.org/jira/browse/FOP-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dyuzhev updated FOP-3057:
---
Summary: Empty text in the font Source Code Pro  (was: empty text in the 
font Source Code Pro)

> Empty text in the font Source Code Pro
> --
>
> Key: FOP-3057
> URL: https://issues.apache.org/jira/browse/FOP-3057
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.6, 2.7
>Reporter: Alexander Dyuzhev
>Priority: Critical
> Attachments: test.fo.xml, test_SourceCodePro_fop_2.5.pdf, 
> test_SourceCodePro_fop_2.6.pdf
>
>
> I use the font 'Source Code Pro' from here: 
> [https://github.com/adobe-fonts/source-code-pro/blob/482adcaccf9777f2850974e08c60e706b1ad9169/TTF/SourceCodePro-Regular.ttf]
> FOP config fragment:
> {code:xml}
> 
>   
> 
> {code}
> This block:
> {code:xml}
> text Source Code 
> Pro text
> {code}
> renders ok in FOP 2.5 (see attached test_SourceCodePro_fop_2.5.pdf),
> but renders empty space in FOP 2.6 and 2.7 for the font 'Source Code Pro' 
> (see attached test_SourceCodePro_fop_2.6.pdf).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FOP-3057) empty text in the font Source Code Pro

2022-03-05 Thread Alexander Dyuzhev (Jira)
Alexander Dyuzhev created FOP-3057:
--

 Summary: empty text in the font Source Code Pro
 Key: FOP-3057
 URL: https://issues.apache.org/jira/browse/FOP-3057
 Project: FOP
  Issue Type: Bug
  Components: renderer/pdf
Affects Versions: 2.7, 2.6
Reporter: Alexander Dyuzhev
 Attachments: test.fo.xml, test_SourceCodePro_fop_2.5.pdf, 
test_SourceCodePro_fop_2.6.pdf

I use the font 'Source Code Pro' from here: 
[https://github.com/adobe-fonts/source-code-pro/blob/482adcaccf9777f2850974e08c60e706b1ad9169/TTF/SourceCodePro-Regular.ttf]

FOP config fragment:
{code:xml}



{code}
This block:
{code:xml}
text Source Code 
Pro text
{code}
renders ok in FOP 2.5 (see attached test_SourceCodePro_fop_2.5.pdf),
but renders empty space in FOP 2.6 and 2.7 for the font 'Source Code Pro' (see 
attached test_SourceCodePro_fop_2.6.pdf).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)