In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

fl <- この字は何

なんなんでしょうか、この"fl"っていう一文字は。
Get Adobe Flash player
by paq 05 Dec 2010

    Talk

    paq at 05 Dec 2010 16:17
    他にも ff fi fl ffi ffl ſt st があるようです。 残念ながらpsやdwなんてのはありません。
    9re at 05 Dec 2010 16:25
    http://en.wikipedia.org/wiki/Typographic_ligature リガチャと呼ばれる印刷文字組用の文字ですね
    paq at 05 Dec 2010 17:07
    なるほどリガチャって言うんですねこれ。

    Tags

    Embed
/**
 * Copyright paq ( http://wonderfl.net/user/paq )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/aObo
 */

package {
    import flash.display.Sprite;
    import com.bit101.components.Label;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            "fl" || "fl";
            var label:Label = new Label(this, 0, 0);
            label.text = "wonderfl";
            
            var label2:Label = new Label(this, 0, 0);
            label2.text = "wonderfl";
            label2.scaleX = label2.scaleY = 4;
            label2.scaleX = label2.scaleY = 4;
        }
    }
}