←Select platform

DocumentFontTypes Enumeration

Summary

Type (format) of fonts to use.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[FlagsAttribute()] 
[DataContractAttribute()] 
public enum DocumentFontTypes 
<SerializableAttribute(),  
 DataContractAttribute(),  
 FlagsAttribute()>  
Public Enum DocumentFontTypes 
public: 
   [SerializableAttribute,  
   DataContractAttribute,  
   FlagsAttribute] 
   enum class DocumentFontTypes sealed 
Members
ValueMemberDescription
0x00000000DefaultDefault font type. Currently this will be similar to WOFF1
0x00000001WOFF1WOFF version 1 font file format. Supported by all major browsers.
0x00000002EOTEOF font file format. Supported by older versions of Internet Explorer.
0x00000004TTFTTF font file format. Supported by all major browsers.
0x00000008WOFF2WOFF version 2 font file format. Supported by some of major browsers
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

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