erg/crates/erg_compiler/lib/pystd/tkinter.d/font.d.er
2024-12-22 18:53:04 +09:00

7 lines
293 B
Python

.Font!: ClassType
.Font!.
__call__: (**kwargs: Obj) -> Font!
config!: (self: RefMut(Font!), **kwargs: Obj) => NoneType
configure!: (self: RefMut(Font!), **kwargs: Obj) => NoneType
measure: (self: Font!, text: Str) -> Int
metrics: (self: Font!, **kwargs: Obj) -> {Str: Int}