←Select platform

DocumentFontTypes Enumeration

Summary

Type (format) of fonts to use.

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
[FlagsAttribute()] 
[DataContractAttribute()] 
public enum DocumentFontTypes 
public: 
   [SerializableAttribute,  
   FlagsAttribute,  
   DataContractAttribute] 
   enum class DocumentFontTypes sealed 
class DocumentFontTypes(Enum): 
   Default = 0 
   WOFF1 = 1 
   EOT = 2 
   TTF = 4 
   WOFF2 = 8 
Members
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.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.