Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Software Development
>
Build Tools
>
BaCon - A free BAsic CONverter for Unix
>
Wiki
>
HUG/OUT
BaCon - A free BAsic CONverter for Unix
Fork
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Source Code
Code Repository list
Git
BaCon-Japanese
Documents
FrontPage
Title index
Recent changes
Communication
List of Forums
その他 (0)
他の BASIC 状況 (0)
使い方の質問 (0)
使用テクニック (0)
プログラムの公開・紹介 (0)
外国での話題・状況 (0)
News
edit
|
Title Index
|
Recent Changes
|
メニュー
FrontPage
インストール
使用方法
環境別情報
関数・命令
HUG
HUGサンプル
その他
Q&A
最近の更新 (Recent Changes)
2014-02-13
関数・命令/OPEN
関数・命令/PUTLINE
2014-02-12
HUG/STOCK
HUG/OUT
HUG/LINE
HUG/MARK
HUGサンプル/WINDOW-resize
HUGサンプル/VSLIDER
HUGサンプル/STOCK
HUGサンプル/SPIN
HUGサンプル/MSGDIALOG
HUG
/
OUT
OUT("text", "fgcolor", "bgcolor", xposition, yposition)
Type: directive
デフォルトキャンバスにテキストを描きます。
"text" = テキスト。
Pango Text Attribute Markup Language
を使う事ができます
"fgcolor" = 文字色。"#rrggbb" で設定します。黄色は "#FFFF00"
"bgcolor" = 背景色。"#rrggbb" で設定します
xposition = 左上の横座標
yposition = 左上の縦座標