Skip to content

Commit

Permalink
add font extension (#5725)
Browse files Browse the repository at this point in the history
* add font extension

* add fonts to pxtarget
  • Loading branch information
tballmsft authored Jul 25, 2024
1 parent a75d758 commit 37896cc
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/fonts/_locales/fonts-jsdoc-strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions libs/fonts/_locales/fonts-strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
6 changes: 6 additions & 0 deletions libs/fonts/font12.jres

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions libs/fonts/pxt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "fonts",
"description": "Fonts for displays (V2 only).",
"files": [
"font12.jres"
],
"public": true,
"disablesVariants": [
"mbdal"
],
"dependencies": {
"core": "file:../core"
}
}
1 change: 1 addition & 0 deletions pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"libs/settings",
"libs/flashlog",
"libs/datalogger",
"libs/fonts",
"libs/color",
"libs/audio-recording"
],
Expand Down

0 comments on commit 37896cc

Please sign in to comment.