mirror of https://github.com/axmolengine/axmol.git
Update CCLabel.h
This commit is contained in:
parent
a99a842bac
commit
2da2cad6ad
|
@ -786,7 +786,7 @@ protected:
|
||||||
|
|
||||||
virtual void updateShaderProgram();
|
virtual void updateShaderProgram();
|
||||||
virtual void updateBMFontScale();
|
virtual void updateBMFontScale();
|
||||||
void scaleFontSizeDown(float fontSize);
|
void scaleFontSize(float fontSize);
|
||||||
bool setTTFConfigInternal(const TTFConfig& ttfConfig);
|
bool setTTFConfigInternal(const TTFConfig& ttfConfig);
|
||||||
void setBMFontSizeInternal(float fontSize);
|
void setBMFontSizeInternal(float fontSize);
|
||||||
bool isHorizontalClamped(float letterPositionX, int lineIndex);
|
bool isHorizontalClamped(float letterPositionX, int lineIndex);
|
||||||
|
|
Loading…
Reference in New Issue