Exemple #1
0
def getTextBoundarySize(instance, font, targetSize, text):
	return eLabel.calculateTextSize(font, text, targetSize)
def getTextBoundarySize(instance, font, targetSize, text):
    return eLabel.calculateTextSize(font, text, targetSize)
Exemple #3
0
def getTextBoundarySize(instance, font, targetSize, text, nowrap=False):
    return eLabel.calculateTextSize(font, text, targetSize, nowrap)