Home
last modified time | relevance | path

Searched refs:findKerningAmount (Results 1 – 1 of 1) sorted by relevance

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