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

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

Ouverte
#265 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
CSS
Étoiles
20.4k
Forks
1.6k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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₀
│ │ │ │ │ │
│ ▼ ▼ ▼ ▼ │
└─────────╴⊕ ◀─ ... ◀──────⊕ ◀────⊕ ◀────⊕ ◀────┘
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.