PowerTools InputMan for ASP.NET 8.0J
GetFontWeight メソッド
フォントの太さを取得します。
構文
var instance = new GCIM.GcFunctionKey(container, id);
var value; // Type: string
value = instance.GetFontWeight();
function GetFontWeight() : string;

戻り値

型 : string
フォントの太さを表す数値(100、200、300、400、500、600、700、800、900)またはキーワード("normal"、"bold"、"lighter"、"bolder")。
参照

GcFunctionKey オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.