#import <WebCoreStringTruncator.h>
Abgeleitet von NSObject.
Öffentliche, statische Methoden | |
| (id) | + centerTruncateString:toWidth:withFont: |
| (id) | + centerTruncateString:toWidth:withFont:resultWidth: |
| (id) | + rightTruncateString:toWidth:withFont: |
| (id) | + rightTruncateString:toWidth:withFont:resultWidth: |
| (id) | + leftTruncateString:toWidth:withFont:resultWidth: |
| (float) | + widthOfString:font: |
| (void) | + clear |
Definiert in Zeile 9 der Datei WebCoreStringTruncator.h.
| + (id) centerTruncateString: | (id) | fp8 | ||
| toWidth: | (float) | fp12 | ||
| withFont: | (struct __GSFont *) | fp16 | ||
| + (id) centerTruncateString: | (id) | fp8 | ||
| toWidth: | (float) | fp12 | ||
| withFont: | (struct __GSFont *) | fp16 | ||
| resultWidth: | (float *) | fp20 | ||
| + (id) rightTruncateString: | (id) | fp8 | ||
| toWidth: | (float) | fp12 | ||
| withFont: | (struct __GSFont *) | fp16 | ||
| + (id) rightTruncateString: | (id) | fp8 | ||
| toWidth: | (float) | fp12 | ||
| withFont: | (struct __GSFont *) | fp16 | ||
| resultWidth: | (float *) | fp20 | ||
| + (id) leftTruncateString: | (id) | fp8 | ||
| toWidth: | (float) | fp12 | ||
| withFont: | (struct __GSFont *) | fp16 | ||
| resultWidth: | (float *) | fp20 | ||
| + (float) widthOfString: | (id) | fp8 | ||
| font: | (struct __GSFont *) | fp12 | ||
| + (void) clear |