Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with square dots #1136

Closed
dscorbett opened this issue Jun 26, 2021 · 1 comment
Closed

Problems with square dots #1136

dscorbett opened this issue Jun 26, 2021 · 1 comment
Labels

Comments

@dscorbett
Copy link

Not all symbols and punctuation that include dots are affected by 'cv99' = 2:

  • U+00BF INVERTED QUESTION MARK
  • U+013F LATIN CAPITAL LETTER L WITH MIDDLE DOT
  • U+0140 LATIN SMALL LETTER L WITH MIDDLE DOT
  • U+203B REFERENCE MARK
  • U+225F QUESTIONED EQUAL TO
  • U+228D MULTISET MULTIPLICATION
  • U+2339 APL FUNCTIONAL SYMBOL QUAD DIVIDE
  • U+2360 APL FUNCTIONAL SYMBOL QUAD COLON
  • U+2370 APL FUNCTIONAL SYMBOL QUAD QUESTION
  • U+2A12 LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE
  • U+2A13 LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE
  • U+2A14 LINE INTEGRATION NOT INCLUDING THE POLE
  • U+2A15 INTEGRAL AROUND A POINT OPERATOR
  • U+2A40 INTERSECTION WITH DOT
  • U+2E18 INVERTED INTERROBANG

;¿Ŀŀ※≟⊍⌹⍠⍰⨒⨓⨔⨕⩀⸘

I include the letters U+013F and U+0140 in this list because that dot is not a diacritic. They are compatibility characters for the sequences <U+004C, U+00B7> and <U+006C, U+00B7>. U+00B7 is affected by 'cv99', so these letters should be too.

'cv99' = 2 has no effect in any sequence of at least two of ⟨!⟩, ⟨.⟩, ⟨:⟩, and ⟨?⟩ in a row.
;!.:?

It also has no effect in the ⟨<!--⟩ ligature.
!<!--

'cv99' = 2 makes the dots of U+A789 MODIFIER LETTER COLON smaller. It should instead make them square or have no effect. Here is U+A789 after U+003A COLON:
:꞉


  • Your font version: 7.2.0
  • Your font variant: Iosevka Slab Extended
  • Your operating system (name and version): macOS 10.14.6
  • Your application using Iosevka: hb-view
@be5invis

This comment has been minimized.

be5invis added a commit that referenced this issue Jun 26, 2021
…1136):

   * Inverted Question Mark (`U+00BF`);
   * Latin Capital Letter L with Middle Dot (`U+013F`);
   * Latin Small Letter L with Middle Dot (`U+0140`);
   * Reference Mark (`U+203B`);
   * Questioned Equal To (`U+225F`);
   * Multiset Multiplication (`U+228D`);
   * Apl Functional Symbol Quad Divide (`U+2339`);
   * Apl Functional Symbol Quad Colon (`U+2360`);
   * Apl Functional Symbol Quad Question (`U+2370`);
   * Line Integration with Rectangular Path Around Pole (`U+2A12`);
   * Line Integration with Semicircular Path Around Pole (`U+2A13`);
   * Line Integration Not Including the Pole (`U+2A14`);
   * Integral Around a Point Operator (`U+2A15`);
   * Intersection with Dot (`U+2A40`);
   * Inverted Interrobang (`U+2E18`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants