aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib
diff options
context:
space:
mode:
authorEmina Ahmetovic <emina.ahmetovic@egiz.gv.at>2020-08-03 13:31:11 +0200
committerEmina Ahmetovic <emina.ahmetovic@egiz.gv.at>2020-08-03 13:31:11 +0200
commitad8d5cc8db8ff916f52dc288887e75c4cf7666c1 (patch)
tree2e2cc199b13a03eb937ad7869d280823cb34fcd4 /pdf-as-lib
parent5db9e728f5033b0281b1a8c7e6788dfa577b0c4f (diff)
downloadpdf-as-4-ad8d5cc8db8ff916f52dc288887e75c4cf7666c1.tar.gz
pdf-as-4-ad8d5cc8db8ff916f52dc288887e75c4cf7666c1.tar.bz2
pdf-as-4-ad8d5cc8db8ff916f52dc288887e75c4cf7666c1.zip
change default fonts to support special characters
Diffstat (limited to 'pdf-as-lib')
-rw-r--r--pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties2
-rw-r--r--pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL_EN.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties b/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties
index ac167e09..84871bbf 100644
--- a/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties
+++ b/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties
@@ -10,7 +10,7 @@ sig_obj.BASE_SMALL.pos=f:80;w:230
#---------------------- MAIN TABLE -------------------------
sig_obj.BASE_SMALL.table.main.ColsWidth=1 4.5
sig_obj.BASE_SMALL.table.main.Style.font=HELVETICA,5,BOLD
-sig_obj.BASE_SMALL.table.main.Style.valuefont=COURIER,5,NORMAL
+sig_obj.BASE_SMALL.table.main.Style.valuefont=TTF:DejaVuSansMono.ttf,5,NORMAL
#---------------------- INFO TABLE -------------------------
sig_obj.BASE_SMALL.table.info.ColsWidth=1 2.7
diff --git a/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL_EN.properties b/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL_EN.properties
index 63459b3f..65ef9a6a 100644
--- a/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL_EN.properties
+++ b/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL_EN.properties
@@ -10,7 +10,7 @@ sig_obj.BASE_SMALL_EN.pos=f:80;w:230
#---------------------- MAIN TABLE -------------------------
sig_obj.BASE_SMALL_EN.table.main.ColsWidth=1 4.5
sig_obj.BASE_SMALL_EN.table.main.Style.font=HELVETICA,5,BOLD
-sig_obj.BASE_SMALL_EN.table.main.Style.valuefont=COURIER,5,NORMAL
+sig_obj.BASE_SMALL_EN.table.main.Style.valuefont=TTF:DejaVuSansMono.ttf,5
#---------------------- INFO TABLE -------------------------