macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSMutableParagraphStyle]_setTighteningFactorForTruncation_*[ApplicationKit][NSMutableParagraphStyle][10.4]setTighteningFactorForTruncation:

-(void)setTighteningFactorForTruncation:(float)aFactor:

解説

切り捨ての代わりに引き締めるのにつかう特定の入り口

返り値

( void )

なし

引数

( float )aFactor

フレームワーク

ApplicationKit

クラス

NSMutableParagraphStyle

Instance Methods

使用可能

10.4

参照

-tighteningFactorForTruncation (NSParagraphStyle)

例文