Enabled new font + lowercase hint text updates
This commit is contained in:
4
Text.py
4
Text.py
@@ -627,7 +627,7 @@ class MultiByteCoreTextMapper(object):
|
|||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def convert(cls, text, pause=True, wrap=14):
|
def convert(cls, text, pause=True, wrap=19):
|
||||||
#text = text.upper()
|
#text = text.upper()
|
||||||
lines = text.split('\n')
|
lines = text.split('\n')
|
||||||
outbuf = bytearray()
|
outbuf = bytearray()
|
||||||
@@ -736,7 +736,7 @@ class CompressedTextMapper(object):
|
|||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def convert(cls, text, pause=True, max_bytes_expanded=0x800, wrap=14):
|
def convert(cls, text, pause=True, max_bytes_expanded=0x800, wrap=19):
|
||||||
inbuf = MultiByteCoreTextMapper.convert(text, pause, wrap)
|
inbuf = MultiByteCoreTextMapper.convert(text, pause, wrap)
|
||||||
|
|
||||||
# Links name will need 8 bytes in the target buffer
|
# Links name will need 8 bytes in the target buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user