MediaTypeNames.Font Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the kind of font data in an email message attachment.
public: ref class MediaTypeNames::Font abstract sealed
public static class MediaTypeNames.Font
type MediaTypeNames.Font = class
Public Class MediaTypeNames.Font
- Inheritance
-
MediaTypeNames.Font
Fields
Collection |
Specifies that the MediaTypeNames.Font data is in font type collection format. |
Otf |
Specifies that the MediaTypeNames.Font data is in OpenType Layout (OTF) format. |
Sfnt |
Specifies that the MediaTypeNames.Font data is in SFNT format. |
Ttf |
Specifies that the MediaTypeNames.Font data is in TrueType font (TTF) format. |
Woff |
Specifies that the MediaTypeNames.Font data is in WOFF format. |
Woff2 |
Specifies that the MediaTypeNames.Font data is in WOFF2 format. |