Home | History | Annotate | Download | only in gdiplus

Lines Matching defs:Font

4  * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection,
328 class Font: public GdiplusBase
333 Font(const FontFamily *family, REAL emSize,
336 Font(HDC hdc, HFONT hfont);
337 Font(HDC hdc, const LOGFONTA *logfont);
338 Font(HDC hdc, const LOGFONTW *logfont);
339 Font(HDC hdc);
340 Font(const WCHAR *familyName, REAL emSize,
344 ~Font();
345 Font* Clone() const;
366 Font(GpFont *font, Status status):
367 nativeFont(font), lastStatus(status) {}
368 Font(const Font&);
369 Font& operator=(const Font&);
385 friend class Font;
416 friend class Font;