Skip to content

Commit

Permalink
v.1.24.1 Braille fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slavfox committed May 10, 2024
1 parent 3de6de6 commit 415dc72
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## [1.24.1]

Braille fix

### Added

- ⠀ (U+2800 BRAILLE PATTERN BLANK)

## [1.24.0]

The IPA update!
Expand Down Expand Up @@ -2542,7 +2550,8 @@ Still broken on Windows.

[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
[unreleased]: https://github.com/slavfox/Cozette/compare/v.1.24.0...HEAD
[unreleased]: https://github.com/slavfox/Cozette/compare/v.1.24.1...HEAD
[1.24.0]: https://github.com/slavfox/Cozette/compare/v.1.24.0...v.1.24.1
[1.24.0]: https://github.com/slavfox/Cozette/compare/v.1.23.2...v.1.24.0
[1.23.2]: https://github.com/slavfox/Cozette/compare/v.1.23.1...v.1.23.2
[1.23.1]: https://github.com/slavfox/Cozette/compare/v.1.23.0...v.1.23.1
Expand Down
21 changes: 15 additions & 6 deletions Cozette/Cozette.sfd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FullName: Cozette
FamilyName: Cozette
Weight: Medium
Copyright: (c) 2020-2024 Slavfox
Version: 1.240
Version: 1.241
ItalicAngle: 0
UnderlinePosition: -100
UnderlineWidth: 50
Expand All @@ -22,7 +22,7 @@ OS2Version: 1
OS2_WeightWidthSlopeOnly: 0
OS2_UseTypoMetrics: 0
CreationTime: -2082812035
ModificationTime: 1715153089
ModificationTime: 1715325317
PfmFamily: 49
TTFWeight: 500
TTFWidth: 5
Expand Down Expand Up @@ -120,11 +120,11 @@ DisplaySize: 13
AntiAlias: 1
FitToEm: 0
WidthSeparation: 307
WinInfo: 0 46 26
WinInfo: 9890 46 26
BeginPrivate: 0
EndPrivate
TeXData: 1 0 0 524288 262144 174762 0 -1048576 174762 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144
BeginChars: 1114112 3209
BeginChars: 1114112 3210

StartChar: uni0000
Encoding: 0 0 0
Expand Down Expand Up @@ -28415,8 +28415,15 @@ Width: 1024
Flags: HW
LayerCount: 2
EndChar

StartChar: uni2800
Encoding: 10240 10240 3209
Width: 1024
Flags: HW
LayerCount: 2
EndChar
EndChars
BitmapFont: 13 3209 10 3 1
BitmapFont: 13 3210 10 3 1
BDFStartProperties: 42
FONT 1 "-slavfox-Cozette-Medium-R-Normal--13-120-75-75-M-60-ISO10646-1"
COMMENT 0 "(c) 2020-2024 Slavfox"
Expand All @@ -28438,7 +28445,7 @@ FONTNAME_REGISTRY 16 ""
FONT_NAME 16 "Cozette"
FACE_NAME 16 "Cozette"
COPYRIGHT 16 "(c) 2020-2024 Slavfox"
FONT_VERSION 16 "1.240"
FONT_VERSION 16 "1.241"
FONT_ASCENT 18 10
FONT_DESCENT 18 3
UNDERLINE_POSITION 18 -19
Expand Down Expand Up @@ -34878,6 +34885,8 @@ BDFChar: 3207 7498 6 2 4 4 8
^`_R.5QCca
BDFChar: 3208 64257 6 1 5 0 8
0Mk%(:f'tb8,rVi
BDFChar: 3209 10240 6 2 2 7 7
z
BDFRefChar: 1999 1944 0 0 N
BDFRefChar: 2000 1943 0 0 N
BDFRefChar: 2001 1941 0 0 N
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setuptools = "*"
pip = "*"

[requires]
python_version = ">=3.10"
python_version = "3.12"

[pipenv]
allow_prereleases = true
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 415dc72

Please sign in to comment.