mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
Update README.md
This commit is contained in:
parent
1dabe562af
commit
312cf3ca9e
@ -98,12 +98,13 @@ ________,________,________,
|
||||
# Font bounding box and character bounding box
|
||||
BDF font file has a font bounding box (FONTBOUNDINGBOX).
|
||||
This FONTBOUNDINGBOX value indicates that all fonts must have a 3-pixel margin to the left and a 6-pixel margin below the font.
|
||||
By providing FONTBOUNDINGBOX, this can omit the leftmost and bottom blank spaces from the font pattern.
|
||||
```
|
||||
FONTBOUNDINGBOX 21 26 -3 -6
|
||||
```
|
||||
|
||||
Each character has a character-specific bounding box (BBX).
|
||||
This BBX value indicates that there should be a 1 pixel margin to the left of this character.
|
||||
Each character has a character-specific bounding box (BBX).
|
||||
This BBX value indicates that there should be a 1 pixel margin to the left of this character.
|
||||
By providing a character-specific bounding box (BBX), this can omit the leftmost blank space.
|
||||
```
|
||||
STARTCHAR d
|
||||
|
Loading…
Reference in New Issue
Block a user