메뉴관련

폰트 바꾸기 스크립트

by 아하하 posted Dec 06, 2007
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form
폰트를 원하는 것으로 바꿀 수 있습니다.

물론 원하는 폰트를 쓰려면 폰트를 깔아야 됩니다.

고로 유저입장에서 볼때 유저들이 없을법한 폰트는 가급적 안쓰는게 좋죠.



섹션:Window_Base



  def initialize(x, y, width, height)
    super()
    @windowskin_name = $game_system.windowskin_name
    self.windowskin = RPG::Cache.windowskin(@windowskin_name)
    self.x = x
    self.y = y
    self.width = width
    self.height = height
    self.z = 100

    Font.default_size = 20
    Font.default_name = ["굴림체","고딕체"]

  end





붉은부분의 사이즈와 폰트명을 변경하여 쓸 수 있습니다.

---------------------------------------------------
출처: 창조도시


Fatal error: Cannot access property sessionController::$lifetime in /web/old/xe/modules/session/session.controller.php on line 45