mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: replace []byte with []u8
This commit is contained in:
parent
0527ac633e
commit
fb192d949b
164 changed files with 533 additions and 533 deletions
|
@ -9,10 +9,10 @@ struct FTConfig {
|
|||
custom_bold_font_path string
|
||||
scale f32 = 1.0
|
||||
font_size int
|
||||
bytes_normal []byte
|
||||
bytes_bold []byte
|
||||
bytes_mono []byte
|
||||
bytes_italic []byte
|
||||
bytes_normal []u8
|
||||
bytes_bold []u8
|
||||
bytes_mono []u8
|
||||
bytes_italic []u8
|
||||
}
|
||||
|
||||
struct StringToRender {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue