Add VRGB/VBGR render modes for subpixel aliasing as new FontOrientation to enable capabilities that are already in xrender.c:UploadGlyph and subsequently freetype.c:WineEngGetGlyphOutline

Alexandre Julliard julliard at winehq.org
Wed Mar 17 05:03:33 CDT 2010


Clemens Fruhwirth <clemens at endorphin.org> writes:

> @@ -3090,8 +3090,10 @@ typedef struct tagCBTACTIVATESTRUCT
>  #define FE_FONTSMOOTHINGCLEARTYPE      0x0002
>  #define FE_FONTSMOOTHINGDOCKING        0x8000
>
> -#define FE_FONTSMOOTHINGORIENTATIONBGR 0x0000
> -#define FE_FONTSMOOTHINGORIENTATIONRGB 0x0001
> +#define FE_FONTSMOOTHINGORIENTATIONBGR  0x0000
> +#define FE_FONTSMOOTHINGORIENTATIONRGB  0x0001
> +#define FE_FONTSMOOTHINGORIENTATIONVBGR 0x0002
> +#define FE_FONTSMOOTHINGORIENTATIONVRGB 0x0003

These don't seem to exist in the PSDK. Where do they come from?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list