#import <NSTextStorageTerminal.h>
Definition at line 14 of file NSTextStorageTerminal.h.
Public Member Functions | |
| (NSString *) | - unicodeString |
| Translate internal alt-character coding into Unicode. | |
| (NSAttributedString *) | - unicodeAttributedString |
| Translate internal alt-character coding into Unicode attributed string. | |
Static Public Member Functions | |
| (id) | + stringWithCharacter:attributes: |
| A single-character attributed string with the given attributes. | |
| (NSAttributedString *) | + spaceInFont: |
| The space character, with only the given font attribute. | |
| (NSAttributedString *) | + newlineInFont: |
| The newline character, with only the given font attribute. | |
| (NSAttributedString *) | + newlineWithAttrs: |
| A newline with the given attributes. | |
| (NSAttributedString *) | + spaceWithAttrs: |
| A space with the given attributes. | |
|
|
The newline character, with only the given font attribute. The result has an attribute dictionary with only the font attribute set.
Definition at line 21 of file NSTextStorageTerminal.m. |
|
|
A newline with the given attributes.
Definition at line 55 of file NSTextStorageTerminal.m. |
|
|
The space character, with only the given font attribute. The result has an attribute dictionary with only the font attribute set.
Definition at line 38 of file NSTextStorageTerminal.m. |
|
|
A space with the given attributes.
Definition at line 60 of file NSTextStorageTerminal.m. |
|
||||||||||||
|
A single-character attributed string with the given attributes.
Definition at line 16 of file NSTextStorageTerminal.m. |
|
|
Translate internal alt-character coding into Unicode attributed string. Crescat uses an internal code for ANSI alternate characters that must be drawn specially. These have at least close equivalents in Unicode, but the Unicode characters do not render with uniform spacing in Monaco. This method converts runs with the alt-charset character attributes to Unicode, and returns the attributed string without the alt-charset attribute.
|
|
|
Translate internal alt-character coding into Unicode. Crescat uses an internal code for ANSI alternate characters that must be drawn specially. These have at least close equivalents in Unicode, but the Unicode characters do not render with uniform spacing in Monaco. This method converts runs with the alt-charset character attributes to Unicode, and returns the plain string.
|
1.4.4