Fonts Application Development (Windows Embedded CE 6.0)

1/6/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.

  • Fonts OS Design Development
    Provides information about the different font functionalities, modules, components available in Windows Embedded CE and how to include them in your OS design.

See Also

Other Resources

Fonts