次の方法で共有


CTLine.GetTypographicBounds メソッド

定義

オーバーロード

GetTypographicBounds()

線の入力値の幅を返します。

GetTypographicBounds(nfloat, nfloat, nfloat)

行に関する文字体裁情報を返します。

GetTypographicBounds()

線の入力値の幅を返します。

public double GetTypographicBounds ();
member this.GetTypographicBounds : unit -> double

戻り値

行の幅。エラーがある場合は 0。

注釈

M:CoreText.CTLine.GetTypographicBounds(out float, out float, out float) メソッドを使用して、行の文字体裁機能に関する詳細情報を取得します。

iOS 6.0 以降では、 は、 GetBounds(CTLineBoundsOptions) このメソッドよりも詳細な入力情報を提供します。

適用対象

GetTypographicBounds(nfloat, nfloat, nfloat)

行に関する文字体裁情報を返します。

public double GetTypographicBounds (out nfloat ascent, out nfloat descent, out nfloat leading);
member this.GetTypographicBounds :  *  *  -> double

パラメーター

ascent
nfloat

行の上昇を返します。

descent
nfloat

線の降下を返します。

leading
nfloat

行の先頭を返します。

戻り値

行の幅。エラーがある場合は 0。

注釈

iOS 6.0 以降では、 は、 GetBounds(CTLineBoundsOptions) このメソッドよりも詳細な入力情報を提供します。

適用対象