Home | History | Annotate | Download | only in gdiplus

Lines Matching defs:Font

4  * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection, FontFamily,
742 // Font
744 __inline__ Font::Font(const FontFamily *family,
753 __inline__ Font::Font(HDC hdc, HFONT hfont):
766 __inline__ Font::Font(HDC hdc, const LOGFONTA *logfont):
773 __inline__ Font::Font(HDC hdc, const LOGFONTW *logfont):
780 __inline__ Font::Font(HDC hdc):
786 __inline__ Font::Font(const WCHAR *familyName, REAL emSize, INT style,
803 __inline__ Font::~Font()
808 __inline__ Font* Font::Clone() const
814 Font *result = new Font(cloneFont, lastStatus);
825 __inline__ Status Font::GetFamily(FontFamily *family) const
833 __inline__ REAL Font::GetHeight(const Graphics *graphics) const
842 __inline__ REAL Font::GetHeight(REAL dpi) const
850 __inline__ Status Font::GetLogFontA(const Graphics *graphics, LOGFONTA *logfontA)
858 __inline__ Status Font::GetLogFontW(const Graphics *graphics, LOGFONTW *logfontW)
866 __inline__ REAL Font::GetSize() const
873 __inline__ INT Font::GetStyle() const
880 __inline__ Unit Font::GetUnit() const
917 // (if this is not done, the "Creating a Private Font Collection"