Releases: ZeusOfTheCrows/DSegstended
Minor release: add pound sign (₤), bugfix
- add pound sign (₤)
- bugfix: lowercase i was older glyph in some weights
Added Greek minuscule, other improvements
- added lowercase greek
- aligned punctuation in 7Seg with my locations
- slightly improve some glyphs
- ampersat (@)
- cyrillic ze (З)
- cyrillic che (Ч)
- added various alternative forms in fullwidth block
- serifed 1
- angled 2, 3, 5
- barred 7
- angled A
- serifless G, I, J
- squared K
- rounded M, W
- keshikan's S
- barred Z
- keshikan's i, j, w
- wide n
- various bugfixes
- stopped bundling DSEgg, weather as i've made no changes to them
Cyrillic and Greek support
Change to semantic versioning system, as i find that easier to deal with
Major version change as any code will probably have to be rewritten
Only DSeg14 has any changes, but i'm including all three files for ease of use
Changes:
-
Added Cyrillic alphabet (uppercase only for now)
-
Added Greek alphabet (uppercase only for now)
-
Copied Latin letters to accented Latin (no changes {for now?})
-
Moved some punctuation marks to (in my opinion) more sensible locations
(this was done as i found myself writing of lot of
str.replace(" ", "!")
)- " " - u0020: now the same width as the characters, taking the place of Exclam
- ; - u003B: now the blank alternative to :, taking the place of Space
- ! - now lower colon dot, taking the place of Hash/Octothorpe (mirroring ¡, upper colon dot)
- # - now fully filled character, taking the place of tilde
- ~ - now duplicate of hyphen
-
Added some auxiliary Latin letters
- Æ, æ - u00C6, u00E6
- Œ, œ, - u0152, u0153
- Ð, ð - u00D0, u00F0
- Ø, ø - u00D8, u00F8
- ß - u00DF
-
Added/changed various less significant punctuation marks:
- Pilcrow
- ¢ (cent mark)
-
Changed the form of some characters
(keshikan's version available at uFF10 – uFF5E, fullwidth latin block)
-
S - u0053: reverted to older form
-
" - u0022: changed to vertical (caron form is available at u21E9, downwards white arrow)
-
i - u0069: added tittle
-
j - u006A: changed form, added tittle
-
w - u0077: changed to rounded form
-