mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
7 lines
293 B
Python
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}
|