Readd font support (not workign yet)
This commit is contained in:
@@ -149,7 +149,7 @@ class U8Iterator {
|
||||
}
|
||||
|
||||
bool PeekNext32(u32& ret) {
|
||||
// if ((ptr + 1) == 0 || *(ptr + 1) == 0) return false;
|
||||
if (ptr == nullptr || *(ptr + 1) == 0) return false;
|
||||
u8 c = *ptr;
|
||||
if (c < 0x80) {
|
||||
ret = c;
|
||||
|
||||
Reference in New Issue
Block a user