Searched refs:GdipCreateFont (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | font.c | 104 stat = GdipCreateFont(family, 256.0, FontStyleRegular, UnitPixel, &font); in test_long_name() 134 stat = GdipCreateFont(fontfamily, 12, FontStyleRegular, UnitPoint, &font); in test_createfont() 158 stat = GdipCreateFont(fontfamily, 24, FontStyleRegular, i, &font); in test_createfont() 414 stat = GdipCreateFont(family, 12, FontStyleRegular, UnitPixel, &font); in check_family() 487 stat = GdipCreateFont(fontfamily, 30, FontStyleRegular, UnitPixel, &font); in test_heightgivendpi() 502 stat = GdipCreateFont(fontfamily, 30, FontStyleRegular, UnitWorld, &font); in test_heightgivendpi() 515 stat = GdipCreateFont(fontfamily, 30, FontStyleRegular, UnitPoint, &font); in test_heightgivendpi() 523 stat = GdipCreateFont(fontfamily, 30, FontStyleRegular, UnitInch, &font); in test_heightgivendpi() 770 stat = GdipCreateFont(family, 13.0, FontStyleRegular, UnitPixel, &font); in test_font_metrics() 798 stat = GdipCreateFont(family, -13.0, FontStyleRegular, UnitPixel, &font); in test_font_metrics() [all …]
|
H A D | graphics.c | 3219 status = GdipCreateFont(family, 10.0, FontStyleRegular, UnitPixel, &font); in test_string_functions() 3768 status = GdipCreateFont(family, 100.0, FontStyleRegular, UnitPixel, &font); in test_GdipMeasureString() 3846 status = GdipCreateFont(family, height, FontStyleRegular, unit, &font); in test_GdipMeasureString() 3950 status = GdipCreateFont(family, pt.Y, FontStyleRegular, UnitWorld, &font); in test_GdipMeasureString() 4310 status = GdipCreateFont(family, 720.0, FontStyleRegular, UnitPoint, &font); in test_font_height_scaling() 4357 status = GdipCreateFont(family, height, FontStyleRegular, font_unit, &font); in test_font_height_scaling() 4478 status = GdipCreateFont(family, 20, FontStyleRegular, UnitPixel, &font); in test_measure_string() 4901 status = GdipCreateFont(family, 1234.0, FontStyleRegular, font_unit, &font); in test_measured_extra_space()
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 78 78 stdcall GdipCreateFont(ptr float long long ptr)
|
H A D | font.c | 144 GpStatus WINGDIPAPI GdipCreateFont(GDIPCONST GpFontFamily *fontFamily, in GdipCreateFont() function
|
H A D | graphicspath.c | 1047 status = GdipCreateFont(family, native_height, style, UnitPixel, &font); in GdipAddPathString()
|
H A D | metafile.c | 2415 …status = GdipCreateFont(family, data->EmSize, data->FontStyleFlags, data->SizeUnit, (GpFont **)&ob… in METAFILE_PlaybackObject()
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusheaders.h | 882 status = DllExports::GdipCreateFont(family->fontFamily, emSize, style, unit, &font); in Font()
|
H A D | gdiplusflat.h | 153 GdipCreateFont(GDIPCONST GpFontFamily *, REAL, INT, Unit, GpFont **);
|