-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrap without reverting kerning (#3120)
* Revert "Add kerning to bitmap fonts created from BMFont files (#3035)" This reverts commit 41a51c3. * re-add kerning to font * fix bitmap text * addGetRenderedText * add FlxBitmapTextField getRenderedText * doc
- Loading branch information
Showing
3 changed files
with
103 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -568,4 +568,4 @@ class FlxBitmapFont extends FlxFramesCollection | |
font.updateSourceHeight(); | ||
return font; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters