setfont

オリジナルフォント定義

setfont cx,cy,px,sw

( cx,cy ) : フォント1つあたりのXYサイズ
  px      : 1文字表示ごとに右に移動するドット数
  sw      : 0=透明色抜きなし / 1=透明色抜きあり

(プラグイン / モジュール : hgimg3)

解説

fprt命令で表示するためのフォントを設定します。
使用するテクスチャはこの直後に読み込まれたものになります。

サンプル

	;	テクスチャフォント表示の準備
	;
	setfont 16,16,12,1	; font Tex select(cx,cy,px,mode)
	texload "fontchr.bmp"	; フォントテクスチャの登録

関連項目

texloadテクスチャをファイルから登録(hgimg3)
fprt定義フォント文字列表示(hgimg3)

サンプル逆引き (33)

addline.hsp
cnvaxis.hsp
emit_sample1.hsp
emit_sample3.hsp
fullscr.hsp
meshmap.hsp
meshmap2.hsp
meshmap3.hsp
meshmap4.hsp
meshmap5.hsp
meshmap6.hsp
meshmap7.hsp
objshadow.hsp
objsort.hsp
picfont.hsp
sample1.hsp
sample2.hsp
sample3.hsp
sample4.hsp
skybox.hsp
tamane1.hsp
tamane2.hsp
tamane3.hsp
tamane4.hsp
test10.hsp
test12.hsp
test13.hsp
test3.hsp
test5.hsp
test7.hsp
test8.hsp
test9.hsp
wave.hsp

情報

プラグイン / モジュールhgimg3
バージョン3.5
作成日2017/05/29
著作者onitama
URLhttp://www.onionsoft.net/
備考hgimg3.asをインクルードすること。
タイプ拡張命令
グループ拡張画面制御命令
対応環境
  • Windows 版 HSP
移植のヒントWindows+DirectX8以降のシステム上でのみ動作します。
hs ファイルhsphelp\hgimg3.hs