HomeSort by relevance Sort by last modified time
    Searched refs:_font (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
CandidateWindow.h 48 NSFont *_font; variable
CandidateWindow.m 85 _font = [[NSFont fontWithName:@"Hei" size:16] retain];
92 [_attr setObject:_font forKey:NSFontAttributeName];
113 return _font;
119 [_font release];
120 _font = font;
121 [_attr setObject:_font forKey:NSFontAttributeName];
169 [_attr setObject:_font forKey:NSFontAttributeName];
203 [_font release];
  /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/
CandidateWindow.h 48 NSFont *_font; variable
CandidateWindow.m 85 _font = [[NSFont fontWithName:@"Hei" size:16] retain];
92 [_attr setObject:_font forKey:NSFontAttributeName];
113 return _font;
119 [_font release];
120 _font = font;
121 [_attr setObject:_font forKey:NSFontAttributeName];
169 [_attr setObject:_font forKey:NSFontAttributeName];
203 [_font release];

Completed in 60 milliseconds