Skip to content

Commit 39b34a8

Browse files
committed
Rename font to 'Stroke Input Font'
because naming a font 'Keyboard' is just stupid @yawnoc
1 parent 79e6938 commit 39b34a8

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## [Unreleased]
55

6+
- Renamed font to 'Stroke Input Font'
7+
68

79
## [v1.9.0] Tone markers etc. (2022-01-04)
810

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# 'Stroke Input Keyboard' (font)
1+
# Stroke Input Font
22

33
This is the font used for the keyboard in the Android keyboard app
44
[Stroke Input Method (Chinese keyboard)][app].
55

66
This font is modified from an Apache 2.0 version of Noto Sans CJK TC,
77
see [noto-sans-cjk-tc-fix].
88

9-
Run `./generate.pe` to generate `StrokeInputKeyboard.ttf`.
9+
Run `./generate.pe` to generate `StrokeInputFont.ttf`.
1010

1111

1212
[app]: https://github.com/stroke-input/stroke-input-android

StrokeInputKeyboard.sfd StrokeInputFont.sfd

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SplineFontDB: 3.2
2-
FontName: StrokeInputKeyboard
3-
FullName: Stroke Input Keyboard
4-
FamilyName: Stroke Input Keyboard
2+
FontName: StrokeInputFont
3+
FullName: Stroke Input Font
4+
FamilyName: Stroke Input Font
55
Weight: Regular
66
Copyright: Copyright (c) 2021--2022 Conway\nLicensed under GPL-3.0-only, see <https://www.gnu.org/licenses/>.\n\nModified from a 2015 version of Noto Sans CJK TC, which is:\n\nCopyright (c) 2015 Google and others\nLicensed under Apache-2.0, see <https://www.apache.org/licenses/LICENSE-2.0.html>.
77
UComments: "2021-6-28: Created with FontForge (http://fontforge.org)"
@@ -20,7 +20,7 @@ OS2Version: 0
2020
OS2_WeightWidthSlopeOnly: 0
2121
OS2_UseTypoMetrics: 1
2222
CreationTime: 1624815324
23-
ModificationTime: 1641253628
23+
ModificationTime: 1641811438
2424
OS2TypoAscent: 0
2525
OS2TypoAOffset: 1
2626
OS2TypoDescent: 0

generate.pe

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env fontforge
2-
Open("StrokeInputKeyboard.sfd")
2+
Open("StrokeInputFont.sfd")
33
Generate($fontname + ".ttf")

0 commit comments

Comments
 (0)