Update README.md

This commit is contained in:
nopnop2002 2024-09-12 20:37:44 +09:00
parent 4b178dafd3
commit 33324d75b6

View File

@ -265,10 +265,12 @@ ________,______,
```
Changing FONTBOUNDINGBOX changes the character spacing.
```FONTBOUNDINGBOX 21 26 -3 -6```
```FONTBOUNDINGBOX 21 26 -3 -6```
A space of 3 pixels is created between characters.
![BdfFontDemo-1](https://github.com/user-attachments/assets/df733de1-b5b8-4142-8123-5a8f992246ff)
```FONTBOUNDINGBOX 21 26 -1 -6```
```FONTBOUNDINGBOX 21 26 -1 -6```
A space of 1 pixels is created between characters.
![BdfFontDemo-4](https://github.com/user-attachments/assets/45dd3fab-a5df-4bc1-8436-6c7883001d93)