Home | History | Annotate | Download | only in font

Lines Matching refs:font

1 package com.jme3.font;

3 import com.jme3.font.BitmapFont.Align;
4 import com.jme3.font.BitmapFont.VAlign;
5 import com.jme3.font.ColorTags.Range;
16 private final BitmapFont font;
24 Letters(BitmapFont font, StringBlock bound, boolean rightToLeft) {
27 this.font = font;
28 head = new LetterQuad(font, rightToLeft);
29 tail = new LetterQuad(font, rightToLeft);
77 BitmapCharacter ellipsis = font.getCharSet().getCharacter(block.getEllipsisChar());
261 return block.getSize() / font.getCharSet().getRenderedSize();