This function searches the Font Catalog of the specified Standard Engine instance for a font by its unique font identification string. If successful, the function returns its font index.
Parameter | Description |
---|---|
engine |
Handle of the previously created Standard Engine instance. |
fuid |
A pointer to a 16-byte string selected by your application that is expected to uniquely identify a font in the Font Catalog. See dtFontAddViaStream for details. |
If the searched font was found, the function returns its font index in the Font Catalog. If not found, the function returns -1.