Index

C/C++ Functions

dtFontRemoveAll

DT_SWORD dtFontRemoveAll(DT_DTENGINE engine)

Short Description: Remove all fonts in Font Catalog

This function permanently removes all fonts and font instance from the Font Catalog of the specified Standard Engine instance.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

Return Value

If successful, the function returns 1. Otherwise, the function returns 0

Comments

An application can use the dtFontRemoveAll function to remove all fonts and font instances from the Font Catalog when they are no longer needed. As a result, all existing font indexes become invalid and your application must make sure they are no longer used.

 

Index