erg_compiler 0.6.53

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
.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}