adobe-fonts / adobe-fonts/source-code-pro

Glyph Support Request: U+2295 CIRCLED PLUS / U+2297 CIRCLED TIMES / U+208B SUBSCRIPT MINUS

Aperta
#265 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
CSS
Stelle
20.4k
Fork
1.6k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

In order to use this font for drawing diagrams of digital circuits, it would be great if you could add support for some glyphs:

| Codepoint | Usage |
| ------------------------ | ------------------------------- |
| `U+2295 CIRCLED PLUS` | XOR gate |
| `U+2297 CIRCLED TIMES` | AND gate |
| `U+208B SUBSCRIPT MINUS` | Indices (in this case for bits) |

## Example: LFSR diagram

### Vim (using Fira Code)

![Screenshot from 2021-02-19 14-36-38](https://user-images.githubusercontent.com/1834516/108511396-25e53e00-72c0-11eb-974a-7d74ad9f9b00.png)

### Rustdoc (using Source code Pro)
![Screenshot from 2021-02-19 14-32-38](https://user-images.githubusercontent.com/1834516/108511008-8cb62780-72bf-11eb-80be-edf3741b540b.png)

### Plain text version

This may also look broken depending on your browser font:

```
MSB LSB
┌─────┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐
┌──▶│ sₐ₋₁├┬──▶ ... ─▶│ s₃├┬▶│ s₂├┬▶│ s₁├┬▶│ s₀├┬───▶ output bit
│ └─────┘│ └───┘│ └───┘│ └───┘│ └───┘│
│ ▼ ▼ ▼ ▼ ▼
│sₐ ⊗ ◀─pₐ₋₁ ⊗ ◀─p₃ ⊗ ◀─p₂ ⊗ ◀─p₁ ⊗ ◀─p₀
│ │ │ │ │ │
│ ▼ ▼ ▼ ▼ │
└─────────╴⊕ ◀─ ... ◀──────⊕ ◀────⊕ ◀────⊕ ◀────┘
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.