←Select platform

AddUserFont(string) Method

Summary

Adds a user font stored in a disk file to the LEADTOOLS toolkit.

Syntax
C#
VB
C++
public static void AddUserFont( 
   string fileName 
) 
Public Shared Sub AddUserFont( 
   ByVal fileName As String 
) 
public:  
   static void AddUserFont( 
      String^ fileName 
   ) 

Parameters

fileName

String containing the name of a valid font file.

Remarks

Use this method to add one or more user fonts to the LEADTOOLS toolkit. The font data can contain single or many face types and this method can be called multiple times to add several files. LEADTOOLS supports TrueType (.ttf) and OpenType (.otf) font formats.

This method allows a process using LEADTOOLS toolkits to use fonts without installing them into the operating system. Refer to LEADTOOLS Draw Engine and Multi-Platform Considerations for more information.

Note that fonts are added to the current draw engine. Therefore, an application must:

  • Change the draw engine to be used by LEADTOOLS using DrawEngine.SetOptions first
  • Then call AddUserFont to add the user font(s)

Use AddUserFont(Stream) to add a font stored in a stream and AddUserFont(byte[],int,int) to add a font file stored in memory.

Use ClearUserFonts to delete all user fonts added to LEADTOOLS.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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