Skip to content
Snippets Groups Projects
Commit 93db7d6d authored by ave's avatar ave Committed by ave
Browse files

add some sim improvements

parent 84984274
Branches
No related tags found
No related merge requests found
3.10
......@@ -100,6 +100,7 @@ class Context:
LEFT = "left"
RIGHT = "right"
CENTER = "center"
HANGING = "hanging"
CLEAR = "clear"
END = "end"
MIDDLE = "middle"
......@@ -280,6 +281,9 @@ class Context:
def text_width(self, text):
return _wasm.ctx_text_width(self._ctx, text)
def clip(self):
return
def get_font_name(self, i):
return [
"Arimo Regular",
......
STA_IF = 1
def hostname(hostname: str) -> None:
return
class WLAN:
def __init__(self, mode):
pass
......
from os import *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment