Searched defs:findKerningAmount (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapFont.java147 private int findKerningAmount(int newLineLastChar, int nextChar) { method in class:BitmapFont
231 lineWidth += findKerningAmount(lastChar, theChar) * sizeScale;

Completed in 76 milliseconds