次の方法で共有


NSStringDrawingContext.MinimumTrackingAdjustment プロパティ

定義

描画操作中に使用する必要があるトラッキング調整 (文字間で維持する最小スペース)。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat MinimumTrackingAdjustment { [Foundation.Export("minimumTrackingAdjustment")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setMinimumTrackingAdjustment:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.MinimumTrackingAdjustment : nfloat with get, set

プロパティ値

値はポイント単位で指定され、通常は -0.5f ~ 0 の値です。

属性

注釈

ゼロは、標準の間隔を使用する必要があることを意味します。 負の値を使用して追跡を調整します。たとえば、-0.5f では文字を 1/2 ポイント近くすることができます。

適用対象