From 415dc7276a9bfbd6e8f95eff86bf90c0bb9a6219 Mon Sep 17 00:00:00 2001 From: Slavfox Date: Fri, 10 May 2024 09:27:52 +0200 Subject: [PATCH] v.1.24.1 Braille fix --- CHANGELOG.md | 11 ++++++++++- Cozette/Cozette.sfd | 21 +++++++++++++++------ Pipfile | 2 +- Pipfile.lock | 4 ++-- 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2703d9..a82195e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! @@ -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 diff --git a/Cozette/Cozette.sfd b/Cozette/Cozette.sfd index f849fa0..4860064 100644 --- a/Cozette/Cozette.sfd +++ b/Cozette/Cozette.sfd @@ -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 @@ -22,7 +22,7 @@ OS2Version: 1 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: -2082812035 -ModificationTime: 1715153089 +ModificationTime: 1715325317 PfmFamily: 49 TTFWeight: 500 TTFWidth: 5 @@ -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 @@ -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" @@ -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 @@ -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 diff --git a/Pipfile b/Pipfile index 4f73421..c817a5c 100644 --- a/Pipfile +++ b/Pipfile @@ -18,7 +18,7 @@ setuptools = "*" pip = "*" [requires] -python_version = ">=3.10" +python_version = "3.12" [pipenv] allow_prereleases = true diff --git a/Pipfile.lock b/Pipfile.lock index cb910a5..a70c78d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "76b77df64095b616dbd9abb16e3ba36fd6d047b8b6856c0de254570811c76f02" + "sha256": "dd2ccab96228e6b1e2b1f42e41b540286aa2293bc21d6effa9058e1a5010a8a6" }, "pipfile-spec": 6, "requires": { - "python_version": ">=3.10" + "python_version": "3.12" }, "sources": [ {