<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>jilubisu</title>
<link>https://ameblo.jp/jilubisu/</link>
<atom:link href="https://rssblog.ameba.jp/jilubisu/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>ﾌﾞﾛｸﾞの説明を入力します。</description>
<language>ja</language>
<item>
<title>Flash as3 チェックボックスのsetStyle</title>
<description>
<![CDATA[ //チェックボックス<br>var myTf:TextFormat = new TextFormat();<br>//myCb.setSize(150, 22); <br>myTf.size = 12; <br>//myTf.color = 0xFF0000; <br>var i:int=1;<br>while( win.hasOwnProperty( "cb_"+i ) ){<br> win["cb_"+i].setStyle("embedFonts", true);<br> win["cb_"+i].setStyle("textFormat", myTf);<br> i++;<br>}
]]>
</description>
<link>https://ameblo.jp/jilubisu/entry-10352183636.html</link>
<pubDate>Sun, 27 Sep 2009 23:01:48 +0900</pubDate>
</item>
<item>
<title>プログラマーがプログラムするのに必要なもの</title>
<description>
<![CDATA[ 心<br>技<br>体<br>時間<br>空間・環境<br>資料・素材
]]>
</description>
<link>https://ameblo.jp/jilubisu/entry-10351494461.html</link>
<pubDate>Sun, 27 Sep 2009 00:31:35 +0900</pubDate>
</item>
<item>
<title>Flash as3 コンボボックスに埋め込みフォント</title>
<description>
<![CDATA[ //※ライブラリにフォントを登録してく必要があります。<br><font size="-1">//文字が表示されない場合は、<br>//・ダミーのダイナミックテキストを配置すると良いかも。<br>//・他の静止テキストが設定されていると表示されないかも。<br>//・外部SWFで共有フォントを使用している場合は、他のSWFで共有フォントを使用していると表示されないかも・・。<br>//いまいち挙動が読めない。<br><br></font>var tf4:TextFormat = new TextFormat();<br>pull_4.setSize(200,30);<br><br>pull_4.textField.setStyle("embedFonts", true);<br>pull_4.dropdown.setRendererStyle("embedFonts", true);<br><br>tf4.size = 20; <br>tf4.color = 0xFF0000;<br>tf4.font = "MS PGothic";<br>//tf4.font = "MS Mincho";<br>//tf4.font = new font3().fontName;<br><br>//<br>pull_4.textField.setStyle("textFormat", tf4);<br>pull_4.dropdown.setRendererStyle("textFormat", tf4);
]]>
</description>
<link>https://ameblo.jp/jilubisu/entry-10348587262.html</link>
<pubDate>Wed, 23 Sep 2009 03:11:00 +0900</pubDate>
</item>
<item>
<title>とりあえず</title>
<description>
<![CDATA[ 渋谷へ。<br>暑い。
]]>
</description>
<link>https://ameblo.jp/jilubisu/entry-10316571731.html</link>
<pubDate>Sat, 08 Aug 2009 13:20:21 +0900</pubDate>
</item>
</channel>
</rss>
