]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Add sample_text to Libre Barcode 39 Text METADATA (#9080)
authorZhao <chuck.zhaoxiong@gmail.com>
Fri, 14 Feb 2025 00:24:36 +0000 (16:24 -0800)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2025 00:24:36 +0000 (16:24 -0800)
Libre Barcode 39 Text only supports a limited set of characters, "0123456789abdefghijklmnopqrstx". So having a pre-defined sample_text is more suitable for Libre Barcode 39 Text.

ofl/librebarcode39text/METADATA.pb

index 08235a2a5fd3c68f1801d696b7e050689fee9ee1..d69e78df16a1ccbff31433ff49f8336e6c672700 100644 (file)
@@ -26,5 +26,11 @@ source {
   }
   branch: "master"
 }
+sample_text {
+  masthead_full: “1234”
+  masthead_partial: “12”
+  styles: "0123456789abdefghijklmnopqrstx"
+  tester: "0123456789abdefghijklmnopqrstx"
+}
 classifications: "DISPLAY"
 classifications: "SYMBOLS"