@fontpkg/mochiy-pop-p-one 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/README.md ADDED
@@ -0,0 +1,76 @@
1
+ >
2
+ > ⚠️ 此页面非字体下载页,仅为开发识别字体名称使用
3
+ >
4
+ > ⚠️ This page is not for downloading fonts; it is only used by developers to identify font names.
5
+
6
+ # Mochiy Pop P One
7
+
8
+ ## 📦 Package Info
9
+
10
+ | Property | Value |
11
+ |----------|-------|
12
+ | Package Name | `@fontpkg/mochiy-pop-p-one` |
13
+ | Display Name | Mochiy Pop P One |
14
+ | Version | 2.000.0 |
15
+ | Total Size | 4.92 MB |
16
+ | File Count | 1 |
17
+
18
+ ## 📁 Included Files
19
+
20
+ | File | Format | Size | Style |
21
+ |------|--------|------|-------|
22
+ | MochiyPopPOne-Regular.ttf | TTF | 4.92 MB | - |
23
+
24
+ ## 🏷️ Font Names
25
+
26
+ | Field | en | ja |
27
+ |-------|-------|-------|
28
+ | preferredFamily | - | - |
29
+ | fontFamily | Mochiy Pop P One | モッチーポップ P One |
30
+ | fullName | Mochiy Pop P One Regular | - |
31
+ | postscriptName | MochiyPopPOne-Regular | - |
32
+
33
+ ## ℹ️ Font Information
34
+
35
+ | Property | Value |
36
+ |----------|-------|
37
+ | Version | Version 2.000 |
38
+ | Manufacturer | FONTDASU / Google Inc. / Adobe |
39
+ | Copyright | Copyright 2020 The MochiyPop Project Authors (https://github.com/fontdasu/Mochiypop) |
40
+ | License URL | https://scripts.sil.org/OFL |
41
+
42
+ ## 🌍 Multi-language Names
43
+
44
+ ### fullName
45
+
46
+ - **en**: Mochiy Pop P One Regular
47
+
48
+ ### postscriptName
49
+
50
+ - **en**: MochiyPopPOne-Regular
51
+
52
+ ### fontFamily
53
+
54
+ - **en**: Mochiy Pop P One
55
+ - **ja**: モッチーポップ P One
56
+
57
+ ### uniqueSubfamily
58
+
59
+ - **en**: 2.000;FTDS;MochiyPopPOne-Regular
60
+
61
+ ### version
62
+
63
+ - **en**: Version 2.000
64
+
65
+ ### manufacturer
66
+
67
+ - **en**: FONTDASU / Google Inc. / Adobe
68
+
69
+ ### copyright
70
+
71
+ - **en**: Copyright 2020 The MochiyPop Project Authors (https://github.com/fontdasu/Mochiypop)
72
+
73
+ ### licenseURL
74
+
75
+ - **en**: https://scripts.sil.org/OFL
76
+
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@fontpkg/mochiy-pop-p-one",
3
+ "version": "2.000.0",
4
+ "description": "Font package for Mochiy Pop P One",
5
+ "keywords": [
6
+ "font",
7
+ "fonts",
8
+ "mochiy-pop-p-one",
9
+ "Mochiy Pop P One"
10
+ ],
11
+ "license": "SEE LICENSE IN README.md",
12
+ "files": [
13
+ "MochiyPopPOne-Regular.ttf"
14
+ ],
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/user/fontpkg"
18
+ },
19
+ "publishConfig": {
20
+ "access": "public",
21
+ "registry": "https://registry.npmjs.org/"
22
+ }
23
+ }