Searched refs:getCapHeight (Results 1 – 10 of 10) sorted by relevance
104 …drawLine(x, y - font.getCapHeight() + font.getDescent(), x + 1000, y - font.getCapHeight() + font.… in render()
91 float baseline = y - font.getCapHeight(); in render()
126 font.draw(batch, text, 10, font.getCapHeight() + 10); in render()
123 font.draw(batch, text, 10, font.getCapHeight() + 10); in render()
101 float baseline = y - font.getCapHeight(); in render()
174 …prefHeight = Math.max(bg.getTopHeight() + bg.getBottomHeight() + font.getCapHeight() - font.getDes… in layout()177 prefHeight = font.getCapHeight() - font.getDescent() * 2; in layout()
104 itemHeight = font.getCapHeight() - font.getDescent() * 2; in layout()
495 if (scaledSize != -1) font.getData().setScale(scaledSize / font.getCapHeight()); in getJsonLoader()
203 textHeight = style.font.getCapHeight() - style.font.getDescent() * 2; in setStyle()
291 public float getCapHeight () { in getCapHeight() method in BitmapFont