mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: replace []byte with []u8
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user