diff --git a/photon-client/src/jsPDFFonts/readme.md b/photon-client/src/jsPDFFonts/readme.md index 0f662e9f2..c505ec855 100644 --- a/photon-client/src/jsPDFFonts/readme.md +++ b/photon-client/src/jsPDFFonts/readme.md @@ -1,8 +1,7 @@ -# JSPDF Fonts - -These are .js interpretations of the .tff files in the branding folder. They are used by jspdf to apply branding-approprate fonts to any .pdf file generation (ex: calibration targets) - -https://peckconsulting.s3.amazonaws.com/fontconverter/fontconverter.html is the converter used to generate them. - -https://www.devlinpeck.com/tutorials/jspdf-custom-font has more info creating/using them. - +# JSPDF Fonts + +These are .js interpretations of the .tff files in the branding folder. They are used by jspdf to apply branding-approprate fonts to any .pdf file generation (ex: calibration targets) + +https://peckconsulting.s3.amazonaws.com/fontconverter/fontconverter.html is the converter used to generate them. + +https://www.devlinpeck.com/tutorials/jspdf-custom-font has more info creating/using them. diff --git a/photon-client/src/views/CamerasView.vue b/photon-client/src/views/CamerasView.vue index 46edfdc86..d09637022 100644 --- a/photon-client/src/views/CamerasView.vue +++ b/photon-client/src/views/CamerasView.vue @@ -495,7 +495,7 @@ export default { // Generates a .pdf of a board for calibration and downloads it //Murica paper. - var doc = new jsPDF({unit: 'in', format:'letter'}); + var doc = new jsPDF({unit: 'in', format:'letter'}); var paper_x = 8.5; var paper_y = 11.0; @@ -557,7 +557,7 @@ export default { } /////////////////////////////////////////// - // Draw a fixed size inch ruler pattern to + // Draw a fixed size inch ruler pattern to // help users debug their printers var lineStartX = 1.0; var lineEndX = paper_x - lineStartX;