@@ -531,9 +531,9 @@ public virtual void FillFieldWithHebrewCase1() {
531
531
PdfDocument pdfDoc = new PdfDocument ( writer ) ;
532
532
Document document = new Document ( pdfDoc ) ;
533
533
PdfFont hebrew = PdfFontFactory . CreateFont ( sourceFolder + "OpenSansHebrew-Regular.ttf" , PdfEncodings . IDENTITY_H
534
- , true ) ;
534
+ ) ;
535
535
hebrew . SetSubset ( false ) ;
536
- PdfFont sileot = PdfFontFactory . CreateFont ( sourceFolder + "SILEOT.ttf" , PdfEncodings . IDENTITY_H , true ) ;
536
+ PdfFont sileot = PdfFontFactory . CreateFont ( sourceFolder + "SILEOT.ttf" , PdfEncodings . IDENTITY_H ) ;
537
537
sileot . SetSubset ( false ) ;
538
538
PdfAcroForm form = PdfAcroForm . GetAcroForm ( pdfDoc , true ) ;
539
539
String text = "שלום וברכה" ;
@@ -557,9 +557,9 @@ public virtual void FillFieldWithHebrewCase2() {
557
557
PdfDocument pdfDoc = new PdfDocument ( writer ) ;
558
558
Document document = new Document ( pdfDoc ) ;
559
559
PdfFont hebrew = PdfFontFactory . CreateFont ( sourceFolder + "OpenSansHebrew-Regular.ttf" , PdfEncodings . IDENTITY_H
560
- , true ) ;
560
+ ) ;
561
561
hebrew . SetSubset ( false ) ;
562
- PdfFont sileot = PdfFontFactory . CreateFont ( sourceFolder + "SILEOT.ttf" , PdfEncodings . IDENTITY_H , true ) ;
562
+ PdfFont sileot = PdfFontFactory . CreateFont ( sourceFolder + "SILEOT.ttf" , PdfEncodings . IDENTITY_H ) ;
563
563
sileot . SetSubset ( false ) ;
564
564
PdfAcroForm form = PdfAcroForm . GetAcroForm ( pdfDoc , true ) ;
565
565
CreateAcroForm ( pdfDoc , form , hebrew , null , 0 ) ;
@@ -585,9 +585,9 @@ public virtual void FillFieldWithHebrewCase3() {
585
585
PdfWriter writer = new PdfWriter ( outPdf ) ;
586
586
PdfDocument pdfDoc = new PdfDocument ( writer ) ;
587
587
PdfFont hebrew = PdfFontFactory . CreateFont ( sourceFolder + "OpenSansHebrew-Regular.ttf" , PdfEncodings . IDENTITY_H
588
- , true ) ;
588
+ ) ;
589
589
hebrew . SetSubset ( false ) ;
590
- PdfFont sileot = PdfFontFactory . CreateFont ( sourceFolder + "SILEOT.ttf" , PdfEncodings . IDENTITY_H , true ) ;
590
+ PdfFont sileot = PdfFontFactory . CreateFont ( sourceFolder + "SILEOT.ttf" , PdfEncodings . IDENTITY_H ) ;
591
591
sileot . SetSubset ( false ) ;
592
592
PdfAcroForm form = PdfAcroForm . GetAcroForm ( pdfDoc , true ) ;
593
593
String text = "שלום וברכה" ;
@@ -608,9 +608,9 @@ public virtual void FillFieldWithHebrewCase4() {
608
608
PdfWriter writer = new PdfWriter ( baos ) ;
609
609
PdfDocument pdfDoc = new PdfDocument ( writer ) ;
610
610
PdfFont hebrew = PdfFontFactory . CreateFont ( sourceFolder + "OpenSansHebrew-Regular.ttf" , PdfEncodings . IDENTITY_H
611
- , true ) ;
611
+ ) ;
612
612
hebrew . SetSubset ( false ) ;
613
- PdfFont sileot = PdfFontFactory . CreateFont ( sourceFolder + "SILEOT.ttf" , PdfEncodings . IDENTITY_H , true ) ;
613
+ PdfFont sileot = PdfFontFactory . CreateFont ( sourceFolder + "SILEOT.ttf" , PdfEncodings . IDENTITY_H ) ;
614
614
sileot . SetSubset ( false ) ;
615
615
PdfAcroForm form = PdfAcroForm . GetAcroForm ( pdfDoc , true ) ;
616
616
CreateAcroForm ( pdfDoc , form , hebrew , null , 0 ) ;
0 commit comments