Type (format) of fonts to use.
[SerializableAttribute()]
[DataContractAttribute()]
[FlagsAttribute()]
public enum DocumentFontTypes
<SerializableAttribute(),
DataContractAttribute(),
FlagsAttribute()>
Public Enum DocumentFontTypes
public:
[SerializableAttribute,
DataContractAttribute,
FlagsAttribute]
enum class DocumentFontTypes sealed
Value | Member | Description |
---|---|---|
0x00000000 | Default | Default font type. Currently this will be similar to WOFF1 |
0x00000001 | WOFF1 | WOFF version 1 font file format. Supported by all major browsers. |
0x00000002 | EOT | EOF font file format. Supported by older versions of Internet Explorer. |
0x00000004 | TTF | TTF font file format. Supported by all major browsers. |
0x00000008 | WOFF2 | WOFF version 2 font file format. Supported by some of major browsers |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document