add optional wrapWidth
This commit is contained in:
parent
fd888cf60c
commit
91a164c1ef
1 changed files with 2 additions and 1 deletions
|
@ -1144,7 +1144,8 @@ class Font {
|
||||||
float & advanceY,
|
float & advanceY,
|
||||||
const bool vFlip = false,
|
const bool vFlip = false,
|
||||||
const float fontSize_px = 42,
|
const float fontSize_px = 42,
|
||||||
const float lineHeightMultiplier = 1){
|
const float lineHeightMultiplier = 1,
|
||||||
|
const float wrapWidth = 0){
|
||||||
|
|
||||||
float advanceX = 0;
|
float advanceX = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue