
titleEmbed [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls whether the typeface assigned through titleTypeface is embedded. This should only be turned on and used when embedding a font in the SWF.
Acceptable values "Off" and "On".
The default value is "Off".
public function get titleEmbed():String
public function set titleEmbed(value:String):void
The following changes the parameter:
my_tg.titleEmbed = "Off";