/* * Name: OGMutableAttributedString.h * Project: OgreKit * * Creation Date: Sep 22 2004 * Author: Isao Sonobe * Copyright: Copyright (c) 2004 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */ #import #import #import @interface OGMutableAttributedString : OGAttributedString { NSString *_currentFontFamilyName; NSFontTraitMask _currentFontTraits; float _currentFontWeight; float _currentFontPointSize; NSDictionary *_currentAttributes; NSFontManager *_fontManager; } @end