Skip to content

Commit

Permalink
fix(reports): check for answers as burmese
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3sc committed Dec 9, 2024
1 parent 2213d8b commit 31e87d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/services/reportFile.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class ReportFileService {

doc.registerFont("Regular", "./app/src/services/font/NotoSansCJKjp-Regular.otf");
doc.registerFont("Bold", "./app/src/services/font/NotoSansCJKjp-Bold.otf");
doc.registerFont("Burmese", "./app/src/services/font/NotoSansMyanmar-Regular.otf");
doc.registerFont("Burmese", "./app/src/services/font/NotoSansMyanmar-Regular.ttf");

doc.fontSize(14).text("Monitoring Report", 50, 80);
doc.font("Bold").fontSize(14).text(record.attributes.reportName.toUpperCase(), 50, 105);
Expand Down

0 comments on commit 31e87d1

Please sign in to comment.