Fonts Application Development

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

You can change the appearance of your applications by customizing the fonts it uses. Windows Embedded CEā€“based devices include support for TrueType and raster fonts, ClearType fonts, and enumerating, formatting, and drawing text.

The following topics discuss how to use the Fonts functionality in your applications.

In This Section

  • Installing Fonts
    Explains how to load a font from a resource file by using the font APIs.
  • Drawing Text
    Provides information on the complete set of functions to format and draw text.
  • Formatting Text
    Explains ways to use the font APIs to format and draw text in an application client area and on a page of printer paper.
  • Enabling Font Linking
    Explains how to make it possible to link one or more fonts, called linked fonts, to another font, called the base font.
  • Fonts
    Provides information about the different font functionalities, modules, and components and how to integrate them into your applications.