Revisions of julia-mono-fonts

Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 9)
- Update to version 0.057
  * added for compatibility with just-released Unicode 16: U+1CEB0, U+1CEB1, U+1CEB2, U+1CEB3
  * U+044F cyrillic R (я) (#213)
  * U+23B7 radical symbol bottom (⎷) redesigned to join better (#215)
  * added anchors to U+25CC
  * added ﬓﬗﬔﬕﬖ (U+FB14...) (men_now-arm men_xeh-arm men_ech-arm men_ini-arm vew_now-arm men-arm)
  * revert the colorization of U+E800 (the Julia logo), reverting #201. This 
    minor addition caused a lot of problems with certain terminals and environments, 
    and the benefits aren’t really worth it. 
  * redrew the Braille characters (U+2800...) (again)
  * redrew U+A690 U+A691
  
  * added U+E800 (the Julia logo) will appear in color in compliant environments, fixes #201
  * added cv04, a squarer character variant for `l`, fixes #205
  * added U+AB30 ... U+AB6B (ꬰ ꬱ ꬳ ꬵ ꬶ ꬷ ꬺ ꬻ ꬼ ꭀ ꭁ ꭂ ꭃ ꭄ ꭅ ꭆ ꭇ ꭈ ꭉ ꭊ ꭋ ꭌ ꭍ ꭎ ꭏ ꭐ ꭑ ꭔ ꭕ ꭖ ꭗ ꭘ ꭙ ꭠ ꭡ ꭢ ꭦ ꭧ ꭨ ꭪ ꭫)
  * interrobangs U+203D (‽ ⸘) now use more conventional design (#204)
  * daggers redrawn (U+2020 † U+2021 ‡ U+2E4B ⹋) (#198)
  * removed all CJK half/full width glyphs
      # details of glyphs removed:
      println("uni534D")
      println("uni70B9")
      println("uni3297")
      println("uni3299")
      [println("uni", uppercase(string(c, base=16))) for c in 0x3358:0x3370];
      [println("uni", uppercase(string(c, base=16))) for c in 0xFE10:0xFE1F];
      [println("uni", uppercase(string(c, base=16))) for c in 0xFE30:0xFE4F];
      [println("uni", uppercase(string(c, base=16))) for c in 0xFF00:0xFFEF];
Tomasz Hołubowicz's avatar Tomasz Hołubowicz (alternateved) accepted request 1160932 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 8)
- Update to version 0.054. Changes documented since 0.051 -> 0.054:
  * added retro computing symbols: U+2427 ... U+2429, U+1CC00 ... U+1CEAF These
    will be introduced in Unicode v16 this year, they might need
    modifying once more information appears...
  * added supplemental arrows U+1F8B2 ... U+1F8C1
  * added: ss17 replaces Braille Characters with the equivalent Octants (U+1CD00
    ... U+1CDE5). It's been suggested that octants might be better than
    Braille glyphs for more detailed graphics (eg see UnicodePlots), but
    this ss doesn't confirm this.
  * changed: Germandbls U+1E9E design improved
  * changed: box drawing characters tweaked
  * changed: arrows at U+21c4
  * added: improved support for Hebrew (U+0591 -> U+05F4)
  * added: numbers now accept non-spacing marks (such as a dot U+0307 or a hat U+0302) #196
  * added: U+FFFC (fontbakery.com told me I should add it)
  * added: combining diacriticals U+0305, U+0332, U+0333, U+0336, U+033F
    now extend across the full width of the glyph, as per Unicode spec
  * removed: soft hyphen (U+00AD) - fontbakery.com told me to remove it
  *  (U+F35D) Private Use Area: external link icon:
    this popular icon never quite made it into Unicode (proposal
    [here](https://www.unicode.org/L2/L2018/18303-external-link.pdf)) but
    it's useful.
  * added mirrored versions of the non-mirrorable glyphs for BiDi (ie
    right-to-left): ⅀, ∁, ∂, ∃, ∄, ∑, ∖, √, ∛, ∜, ∝, ∦,
    ∫, ∬, ∭, ∮, ∯, ∰, ∱, ∲, ∳, ∹, ∻, ∾, ∿, ≀, ≁,
    ≂, ≄, ≆, ≇, ≈, ≉, ≊, ≋, ≟, ≠, ≢, ⊌, ⊧, ⊪, ⊬,
    ⊭, ⊮, ⊯, ⊾, ⊿, ⋵, ⋸, ⋹, ⋿, ⌠, ⌡, ⟀, ⟌, ⟓, ⟔,
    ⦜, ⦝, ⦞, ⦟, ⦢, ⦦, ⦧, ⧂, ⧃, ⧉, ⧎, ⧜, ⧡, ⧣, ⧤,
    ⧥, ⧴, ⧶, ⧷, ⨊, ⨋, ⨌, ⨍, ⨎, ⨏, ⨐, ⨑, ⨒, ⨓, ⨔,
    ⨕, ⨖, ⨗, ⨘, ⨙, ⨚, ⨛, ⨜, ⨞, ⨟, ⨠, ⨡, ⨤, ⨦, ⨩,
Tomasz Hołubowicz's avatar Tomasz Hołubowicz (alternateved) accepted request 1111634 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 7)
- Update to version 0.051 (minor changes):
  * new glyphs added
  * some glyphs tweaked
  
Tomasz Hołubowicz's avatar Tomasz Hołubowicz (alternateved) accepted request 1102726 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 6)
- Update to version 0.050:
  * added stylistic set ss16 - smaller parentheses, brackets, and braces.
  * changed diacritics positioning reworked
  * changed family linking tweaked, hopefully fixing
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1086514 from Tomasz Hołubowicz's avatar Tomasz Hołubowicz (alternateved) (revision 5)
- Update to version 0.049:
  * added alternate ASCII tilde in cv03 (#163)
  * added mastodon logo 0xF0AD1 󰫑
  * added prohibited sign 0x1f6c7 🛇
  * added 0x0b83 ஃ, 0xA95f ꥟, 0x115C9 𑗉
  * æ œ (0x0153) now match better in width (#166)
  * inverse shapes ◘◙◚◛ (#160)
  * fixed hexagram errors (#164)
  * Cyrillic Yery with back Yer (0xA650, 0xA651) (#162)
  * Greek glyphs 0x1F0D, 0x1F1D, 0x1F2D, 0x1F6D adjusted (#165)
  * roman numerals Ⅰ Ⅱ Ⅲ redone
  * github workflow tweaked
  * Braille 235678 ⣶ 0x28f6 was too high, moved down
Tomasz Hołubowicz's avatar Tomasz Hołubowicz (alternateved) accepted request 1043147 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 2)
- Trim old specfile constructs.
Displaying all 9 revisions
openSUSE Build Service is sponsored by