Skip to content

Commit

Permalink
use Sans Serif font for projection and scale
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-access committed Feb 5, 2024
1 parent 8898809 commit abb58ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geo/src/lib/print/shared/print.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ export class PrintService {
const mapScale = map.viewController.getScale(dpi);
textProjScale += scaleText + ': ~ 1 / ' + formatScale(mapScale);
}
doc.setFont('courier');
doc.setFont(this.TEXTPDFFONT.commentFont);
doc.setFontSize(projScaleSize);
doc.text(textProjScale, projScaleMarginLeft, heightPixels);
}
Expand Down

0 comments on commit abb58ab

Please sign in to comment.