formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File

fzrt_file_get_fonts_floc

Description

Gets a list of file locators for font folders on the host machine. If NULL is passed for the file locator list, the function will return the number of font folders on the machine in the count parameter.

Plugin Prototype

fzrt_error_td fzrt_file_get_fonts_floc(

fzrt_floc_ptr *

floc_list,

fzrt_int *

count )

Parameters

floc_list [Result, Optional]

array of file locators. Must be allocated and initialized by caller

count [Input, Result]

number of font folders on return if floc_list is NULL, number of file locators in floc_list if floc_list is non-NULL

Returns

FZRT_NOERR on success, Otherwise, an error ID.

Availability

5.0.0.0

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h