spriteBatch.DrawString(font, reputation.ToString() , new Vector2(52, 15),
                        Color.Azure, 0, Vector2.Zero, 1, SpriteEffects.None, 0);

DrawString 자체에서 크기 조절이가능합니다.~
위의 순서대로해서 빨간색 1 의 수치를 올릴수록 배로커지게 됩니다.

단 글씨 이미지 자체를 키우는 것이기 때문에 글씨가 깨지는 모습이 보이죠  ㅠ

+ Recent posts