Share via


Antialiased Font Support (Windows Embedded CE 6.0)

1/6/2010

Antialiased fonts work on any device with display drivers that support them. Typically, antialiasing is supported on devices that are not palletized.

If the display driver supports antialiased fonts, it must notify the GDI when the system boots. It sends this notification by returning GCAPS_GRAY16 from the GetGraphicsCaps function.

The RFLAT, MQ200, and ATI sample display drivers demonstrate how to support antialiasing in 16-bpp mode.

See Also

Concepts

Display Driver Extensions
Display Driver Development Concepts
Display Driver Samples