Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
PFM-3301 : Update index.js (#178)
Browse files Browse the repository at this point in the history
updating the font object to support odiya language in pdf
  • Loading branch information
Tulika-eGov committed May 19, 2023
1 parent 747e051 commit 21c3693
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core-services/pdf-service/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ var defaultFontMapping = {
en_IN: 'default',
hi_IN: 'default',
pn_IN: 'BalooPaaji',
od_IN: 'BalooBhaina'
od_IN: 'BalooBhaina',
or_IN: 'BalooBhaina'
}

const printer = new pdfMakePrinter(fontDescriptors);
Expand Down Expand Up @@ -1340,4 +1341,4 @@ const prepareBulk = async (
};
}
};
export default app;
export default app;

0 comments on commit 21c3693

Please sign in to comment.