Searched defs:nsFont (Results 1 – 2 of 2) sorted by relevance
55 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } in toCTFontRef()166 NSFont* nsFont() const { return m_nsFont; } in nsFont() function
105 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } in toCTFontRef()