コード例 #1
0
ファイル: TextBoundary.py プロジェクト: Antonio-Team/enigma2
def getTextBoundarySize(instance, font, targetSize, text):
	return eLabel.calculateTextSize(font, text, targetSize)
コード例 #2
0
def getTextBoundarySize(instance, font, targetSize, text):
    return eLabel.calculateTextSize(font, text, targetSize)
コード例 #3
0
def getTextBoundarySize(instance, font, targetSize, text, nowrap=False):
    return eLabel.calculateTextSize(font, text, targetSize, nowrap)