インフォ FAQ
言語 環境比較
 
Index
 
  Processing 1.0 _ALPHAリファレンスは開発途中である。
もしエラーやコメントがあれば、reas at groupc.netへメールして下さい。
Name  

loadFont()

   
Examples  
BFont metaBold; 
metaBold = loadFont("Meta-Bold.vlw.gz"); 
setFont(metaBold, 44); 
hint(SMOOTH_IMAGES); 
text("word", 15, 50); 
Description  

BFontタイプの変数へフォントをロードする。正しくロードするために、フォントは現在のsketchのdataディレクトリー内に置かなければならない。

 

   
Syntax  
loadFont(fontname)
   
Parameters  
fontname   文字列 : ロードするフォントの名前

   
Returns   BFont
   
Usage   Web & Application
   
Related   BFont
setFont()
text()
   
© 2004- 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas