Feature: Labelprint für Kistenetiketten hinzugefügt
This commit is contained in:
45
vendor/tecnickcom/tc-lib-pdf-font/util/composer.json
vendored
Normal file
45
vendor/tecnickcom/tc-lib-pdf-font/util/composer.json
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "tecnickcom/tc-lib-pdf-font",
|
||||
"description": "Import TTF font files to be converted for tc-lib-pdf-font",
|
||||
"type": "library",
|
||||
"homepage": "http://www.tecnick.com",
|
||||
"keywords": [
|
||||
"tc-lib-pdf-font-data",
|
||||
"PDF",
|
||||
"font",
|
||||
"TTF",
|
||||
"AFM",
|
||||
"PFB",
|
||||
"import"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicola Asuni",
|
||||
"email": "info@tecnick.com",
|
||||
"role": "lead"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"tecnickcom/tc-font-mirror": "^2.1"
|
||||
},
|
||||
"require-dev": {},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "package",
|
||||
"package": {
|
||||
"name": "tecnickcom/tc-font-mirror",
|
||||
"version": "2.1.0",
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/tecnickcom/tc-font-mirror/archive/refs/tags/2.1.0.zip",
|
||||
"reference": "main"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"."
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user