Sha256: 4f0ef18e10d495ff55a3576e026b25c76f517c28d7f88c3cf24f6a2b2dd6564d
Contents?: true
Size: 299 Bytes
Versions: 16
Compression:
Stored size: 299 Bytes
Contents
# -*- coding: utf-8 -*- # http://dxruby.sourceforge.jp/DXRubyReference/2009610505893.htm require 'dxruby' font = Font.new(32) # 第2引数を省略するとMS Pゴシックになります Window.loop do Window.drawFont(100, 100, 'ふぉんと', font) # "ふぉんと"を描画する end
Version data entries
16 entries across 16 versions & 1 rubygems