次の方法で共有


GlyphTypeface.CapsHeight プロパティ

定義

GlyphTypeface オブジェクトのベースラインから英語の大文字の最上部までの距離 (全角サイズを基準とする距離) を取得します。

public:
 property double CapsHeight { double get(); };
public double CapsHeight { get; }
public double CapsHeight { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.CapsHeight : double
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.CapsHeight : double
Public ReadOnly Property CapsHeight As Double

プロパティ値

Double

ベースラインから英語の大文字の最上部までの距離 (フォントの全角サイズの割合として表される距離) を示す Double

属性

適用対象