fprt

定義フォント文字列表示

fprt "mes",x,y

"mes"  : 表示する文字列
( x,y ) : 表示する座標

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

解説

"mes"の内容を指定されたフォントで画面に表示します。
必ずhgdraw命令と、hgsync命令の間に使用してください。
(x,y)の指定は画面の左上が(0,0)になります。

サンプル

	;	描画メイン
	;
	hgdraw				; 描画処理
	getsync t1,0			; 前回からの負荷を取得
	fprt "HGIMG Plugin test",8,108
	fprt "T:"+t1,8,124
	hgsync 10			; 処理落ちしてなければ描画

関連項目

setfontオリジナルフォント定義(hgimg3)
hgdraw描画の実行(hgimg3)
hgsync時間待ちを行なう(hgimg3)

サンプル逆引き (36)

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

情報

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