-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#514 Test confirming issues with BIDI text when justified. [ci skip]
- Loading branch information
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
openhtmltopdf-examples/src/main/resources/visualtest/html/text/rtl-justify.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<html dir="auto"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<style> | ||
/* UNCOMMENT BELOW TO VIEW IN BROWSER FOR COMPARISON */ | ||
/* | ||
@font-face { | ||
src: url(../fonts/Karla-Bold.ttf); | ||
font-family: 'TestFont'; | ||
} | ||
@font-face { | ||
src: url(../fonts/NotoNaskhArabic-Regular.ttf); | ||
font-family: 'arabic'; | ||
} | ||
*/ | ||
@page { | ||
size: 1000px 600px; | ||
margin: 20px; | ||
} | ||
html * { | ||
font-family: 'TestFont', 'arabic', sans-serif; | ||
} | ||
body { | ||
max-width: 960px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<p style="font-size: 20px;text-align: justify;"> | ||
وترك وانتهاءً بالسيطرة أن كلّ, فقد من ثمّة قائمة بأيدي. أن قررت بتحدّي وبريطانيا تحت. ومن زهاء الثقيلة إذ. وسوء إحكام معزّزة وفي بل. هاربر الضروري أم دنو, بزمام استعملت حول في. إذ يونيو العظمى التنازلي 1234 بحق. | ||
|
||
معزّزة وبولندا ولم لم, إعمار الخاسرة إذ أخر, فسقط تغييرات واقتصار قد ومن. ان تلك وسوء الأبرياء. تصفح يرتبط ثم كلا, ومن لم أملاً يعادل وهولندا،. مسرح وصغار الإمتعاض بـ يتم, كل لمّ حادثة 1234 بالسيطرة, تحرير لبلجيكا، ومن بـ. فقد ثانية مسؤولية الأوروبية، عن, اسبوعين بريطانيا-فرنسا ما تعد, كلّ أي الثانية التقليدية. | ||
|
||
الذود الرئيسية لم حدى, وقد مرجع لفرنسا المتساقطة، أن. هُزم الأجل عن لان, فهرست الخاطفة غير لم, المنتصر بالإنزال جعل أن. مع استراليا، الإتفاقية تحت, عملية والكوري باستخدام ٣٠ يكن. أن وقد احداث 1234 إيطاليا عسكرياً, دارت الهادي هذا أم, يتم كل السادس الحيلولة. الى وعلى والقرى الخاصّة أي, دون علاقة المدن الإتحاد هو. وباءت الإكتفاء ماليزيا، بعض و. | ||
|
||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters