var instance = new GCIM.GcFunctionKey(container, id);
var value; // Type: string
value = instance.GetFontWeight();
function GetFontWeight() : string;
戻り値の型
フォントの太さを表す数値(100、200、300、400、500、600、700、800、900)またはキーワード("normal"、"bold"、"lighter"、"bolder")。