| OS X - Development and Darwin Discussion and questions about development for Mac OS X. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: May 01, 2009
Posts: 1
![]() |
Hi,
I am developing a text editor in which I use to set the font name and font size by selecting it from popup buttons. Fonts obtained using the code: NSArray *path=[[NSFontManager alloc] availableFonts]; [fontList addItemsWithTitlesath]; I use to set font using : NSFont *font = [NSFont fontWithName fontList titleOfSelectedItem] size [fontSize titleOfSelectedItem] doubleValue]];NSRange selectedRange= [textView rangeForUserCharacterAttributeChange]; [textView setFont:font range:selectedRange ]; This works properly if the selected text is composed of single font. But if i select the text which is composed of multiple fonts, then font of entire text is set to the font, that is last selected from the popupbutton. How can I resize the font size without affecting the fonts in it? Thank you in advance Rethish |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Viewing Font Size in Mail | JamesLJ | OS X - Apps and Games | 4 | 06-27-2010 06:20 AM |
| Mac email font size | soccerphysio | Switcher Hangout | 2 | 09-17-2008 10:55 PM |
| Setting default font in Keynote presenter notes | bpwhistler | OS X - Apps and Games | 2 | 01-18-2008 03:00 PM |
| PC's easier to change browser font size?? | tkjazzer | Switcher Hangout | 4 | 12-08-2006 11:26 PM |
All times are GMT -4. The time now is 09:51 AM.
Powered by vBulletin