I'm rendering on screen the game fps using bitmap font but there are no methods for the size. This is a problem for me because my camera viewport size is very small so the text when rendered is huge and pixelated.
font.draw(batch, Float.toString(Gdx.graphics.getFramesPerSecond), x, y);