ogstring.h
来自「Mac OS X 平台一文本编辑器的源代码」· C头文件 代码 · 共 28 行
H
28 行
/* * Name: OGString.h * Project: OgreKit * * Creation Date: Sep 22 2004 * Author: Isao Sonobe <sonoisa (AT) muse (DOT) ocn (DOT) ne (DOT) jp> * Copyright: Copyright (c) 2004 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */#import <Foundation/Foundation.h>// exception nameextern NSString * const OgreStringException;@protocol OGStringProtocol- (NSString*)string;- (NSAttributedString*)attributedString;- (unsigned)length;- (NSObject<OGStringProtocol>*)substringWithRange:(NSRange)aRange;- (Class)mutableClass;@end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?