コード例 #1
0
def reflow(text, width, flexDown=5, flexUp=5):
    """ returns a tuple of the wrapped text, the actual width, and the actual height
    """
    return _snack.reflow(text, width, flexDown, flexUp)
コード例 #2
0
def reflow(text, width, flexDown = 5, flexUp = 5):
    return _snack.reflow(text, width, flexDown, flexUp)
コード例 #3
0
ファイル: snack.py プロジェクト: 274914765/python
def reflow(text, width, flexDown = 5, flexUp = 5):
    """ returns a tuple of the wrapped text, the actual width, and the actual height
    """
    return _snack.reflow(text, width, flexDown, flexUp)
コード例 #4
0
def reflow(text, width, flexDown=5, flexUp=5):
    return _snack.reflow(text, width, flexDown, flexUp)