@fontpkg/sawarabi-mincho 0.83.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.
package/README.md ADDED
@@ -0,0 +1,67 @@
1
+ >
2
+ > ⚠️ 此页面非字体下载页,仅为开发识别字体名称使用
3
+ >
4
+ > ⚠️ This page is not for downloading fonts; it is only used by developers to identify font names.
5
+
6
+ # さわらび明朝
7
+
8
+ ## 📦 Package Info
9
+
10
+ | Property | Value |
11
+ |----------|-------|
12
+ | Package Name | `@fontpkg/sawarabi-mincho` |
13
+ | Display Name | さわらび明朝 |
14
+ | Version | 000.0083.0 |
15
+ | Total Size | 4.98 MB |
16
+ | File Count | 1 |
17
+
18
+ ## 📁 Included Files
19
+
20
+ | File | Format | Size | Style |
21
+ |------|--------|------|-------|
22
+ | Sawarabi Mincho Medium.otf | OTF | 4.98 MB | - |
23
+
24
+ ## 🏷️ Font Names
25
+
26
+ | Field | en | ja |
27
+ |-------|-------|-------|
28
+ | preferredFamily | - | - |
29
+ | fontFamily | Sawarabi Mincho | さわらび明朝 |
30
+ | fullName | Sawarabi Mincho Medium | さわらび明朝 M |
31
+ | postscriptName | SawarabiMincho-Medium | - |
32
+
33
+ ## ℹ️ Font Information
34
+
35
+ | Property | Value |
36
+ |----------|-------|
37
+ | Version | Version 000.0083 |
38
+ | Copyright | Created by mshio (mshio@users.osdn.me) with FontForge 2.0 (http://fontforge.sf.net) |
39
+
40
+ ## 🌍 Multi-language Names
41
+
42
+ ### fullName
43
+
44
+ - **en**: Sawarabi Mincho Medium
45
+ - **ja**: さわらび明朝 M
46
+
47
+ ### postscriptName
48
+
49
+ - **en**: SawarabiMincho-Medium
50
+
51
+ ### fontFamily
52
+
53
+ - **en**: Sawarabi Mincho
54
+ - **ja**: さわらび明朝
55
+
56
+ ### uniqueSubfamily
57
+
58
+ - **en**: FontForge 2.0 : Sawarabi Mincho Medium : 30-11-2008
59
+
60
+ ### version
61
+
62
+ - **en**: Version 000.0083
63
+
64
+ ### copyright
65
+
66
+ - **en**: Created by mshio (mshio@users.osdn.me) with FontForge 2.0 (http://fontforge.sf.net)
67
+
Binary file
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@fontpkg/sawarabi-mincho",
3
+ "version": "000.0083.0",
4
+ "description": "Font package for さわらび明朝",
5
+ "keywords": [
6
+ "font",
7
+ "fonts",
8
+ "sawarabi-mincho",
9
+ "さわらび明朝"
10
+ ],
11
+ "license": "SEE LICENSE IN README.md",
12
+ "files": [
13
+ "Sawarabi Mincho Medium.otf"
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
+ }