Skip to content

Commit

Permalink
Create fontgen.json
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Nov 12, 2024
1 parent 22fc123 commit 4c118c6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/fontgen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"author": "Defold",
"description": "This extension allows for extending an existing Defold font with more glyphs at runtime.",
"description_long": "This extension allows for extending an existing Defold font with more glyphs at runtime. It allows for smaller package sizes, as well as less runtime memory footprint.",
"id": "fontgen",
"images": {
"hero": "",
"thumb": ""
},
"library_url": "https://github.com/defold/extension-fontgen/archive/refs/heads/main.zip",
"license": "MIT License",
"name": "FontGen",
"platforms": [
"All",
],
"project_url": "https://github.com/defold/extension-fontgen",
"tags": [
"Fonts"
],
"website_url": "https://defold.com/extension-fontgen"
}

0 comments on commit 4c118c6

Please sign in to comment.