From 0fd2c5ce4493b1e5592194ac6117f05f28c2d6a6 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 9 Nov 2021 12:51:48 +0300 Subject: Fix comment formatting in the Signed-off-by: Konstantin Aladyshev --- scripts/create_font_data.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/create_font_data.html') diff --git a/scripts/create_font_data.html b/scripts/create_font_data.html index 19b99de..8514813 100644 --- a/scripts/create_font_data.html +++ b/scripts/create_font_data.html @@ -4,7 +4,7 @@ -<-- MAKE REPLACEMENTS WITH YOUR FONT IN THE 3 MARKED PLACES --> + @@ -45,7 +45,7 @@ canvas.style.height = 32 const ctx = canvas.getContext('2d'); ctx.strokeRect(0, 0, FW, FH); - ctx.font = "19px AST" <-- REPLACE WITH YOUR FONT (2) --> + ctx.font = "19px AST" ctx.fillstyle='#00f'; var wide_glyphs_str="EFI_WIDE_GLYPH gSimpleFontWideGlyphData[] = {
"; @@ -97,7 +97,7 @@ const unicode_start_code = 0x0400; const unicode_end_code = 0x045F; - var f = new FontFace('AST', 'url(web_ast_premiumexec.woff)'); <-- REPLACE WITH YOUR FONT (3) --> + var f = new FontFace('AST', 'url(web_ast_premiumexec.woff)'); f.load().then(function() { document.write(UnicodeToGlyphs(unicode_start_code, unicode_end_code)); }) -- cgit v1.2.3-18-g5258