Share via


Fonts Structures (Windows Embedded CE 6.0)

1/6/2010

The following table shows the fonts structures, with a description of the purpose of each.

In This Section

  • ABC
    Defines the structure that contains the width of a character in a TrueType font.
  • ENUMLOGFONT
    Defines the structure that contains a font's attributes, full name, and style.
  • LOGFONT
    Defines the structure that contains the attributes of a font.
  • NEWTEXTMETRIC
    Defines the structure that contains data that describes a physical font.
  • TEXTMETRIC
    Defines the structure that contains basic information about a physical font.

  • BRUSHOBJ
    Applies to Windows Embedded CE 6.0 R2

    Stores three public members that describe a brush object.

  • CLIPOBJ
    Applies to Windows Embedded CE 6.0 R2

    Describes the clip region used when drawing.

  • FD_DEVICEMETRICS
    Applies to Windows Embedded CE 6.0 R2

    Stores device–specific font information for the driver.

  • FONTOBJ
    Applies to Windows Embedded CE 6.0 R2

    Stores information about a particular instance of a font for the driver.

  • GLYPHBITS
    Applies to Windows Embedded CE 6.0 R2

    Defines a glyph bitmap.

  • GLYPHDATA
    Applies to Windows Embedded CE 6.0 R2

    Contains information about an individual glyph.

  • IFIMETRICS
    Applies to Windows Embedded CE 6.0 R2

    Stores the information that defines a typeface.

  • PATHOBJ
    Applies to Windows Embedded CE 6.0 R2

    Describes a set of lines and Bezier curves that are to be stroked or filled.

  • STROBJ
    Applies to Windows Embedded CE 6.0 R2

    Defines the text string object that contains an enumeration of glyph handles and positions for the device driver.

  • Fonts Reference
    Provides links to structures and methods that are available for fonts.
  • Fonts
    Provides an overview of the fonts available for Windows Embedded CE.

  • Pluggable Fonts Reference
    Applies to Windows Embedded CE 6.0 R2

    Provides links to structures and methods that are available to support pluggable font drivers.

See Also

Other Resources

Fonts Reference