Home | History | Annotate | Download | only in gdiplus

Lines Matching defs:FontFamily

4  * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection, FontFamily,
744 __inline__ Font::Font(const FontFamily *family,
825 __inline__ Status Font::GetFamily(FontFamily *family) const
896 FontFamily *families, INT *numFound) const
942 // FontFamily
944 // FIXME: do FontFamily::GenericMonospace() et al. need to be thread safe?
951 __inline__ const FontFamily* FontFamily::GenericMonospace()
959 new FontFamily(nativeFontFamily, Ok);
962 return (FontFamily*) _GdipFontFamilyCachedGenericMonospace;
965 __inline__ const FontFamily* FontFamily::GenericSansSerif()
973 new FontFamily(nativeFontFamily, Ok);
976 return (FontFamily*) _GdipFontFamilyCachedGenericSansSerif;
979 __inline__ const FontFamily* FontFamily::GenericSerif()
987 new FontFamily(nativeFontFamily, Ok);
990 return (FontFamily*) _GdipFontFamilyCachedGenericSerif;
993 __inline__ FontFamily::FontFamily():
998 __inline__ FontFamily::FontFamily(const WCHAR *name,
1007 __inline__ FontFamily::~FontFamily()
1012 __inline__ FontFamily* FontFamily::Clone() const
1018 FontFamily *result = new FontFamily(cloneFontFamily, lastStatus);
1029 __inline__ UINT16 FontFamily::GetCellAscent(INT style) const
1037 __inline__ UINT16 FontFamily::GetCellDescent(INT style) const
1045 __inline__ UINT16 FontFamily::GetEmHeight(INT style) const
1053 __inline__ Status FontFamily::GetFamilyName(WCHAR name[LF_FACESIZE],
1060 __inline__ UINT16 FontFamily::GetLineSpacing(INT style) const
1068 __inline__ BOOL FontFamily::IsStyleAvailable(INT style) const