Home | History | Annotate | Download | only in fonts

Lines Matching refs:NSFont

48 OBJC_CLASS NSFont;
57 inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); }
80 FontPlatformData(NSFont*, float size, bool syntheticBold = false, bool syntheticItalic = false,
90 NSFont* font() const { return m_font; }
91 void setFont(NSFont*);
163 // Load various data about the font specified by |nsFont| with the size fontSize into the following output paramters:
165 // font as |nsFont|. This because the sandbox may block loading of the original font.
166 // * outNSFont - The font that was actually loaded, for the Chromium port this may be different than nsFont.
169 void loadFont(NSFont*, float fontSize, NSFont*& outNSFont, CGFontRef&);
192 NSFont* m_font;