formZ SDK | 5.0 API Reference | System | Text Fonts and Styles

fz_font_text_get_used_font_list

Description

Gets a list of fonts used by a project.

Plugin Prototype

fzrt_int fz_font_text_get_used_font_list(

fzrt_int

windex,

short

max_str_len,

char **

f_list_ptr,

short *

l_font_ptr,

short *

s_font_ptr )

Parameters

windex [Input]

project window index

max_str_len [Input]

masimum length of each font name string

f_list_ptr [Input, Result, Optional]

an array of font names

l_font_ptr [Input, Result, Optional]

the number of font names in the array

s_font_ptr [Input, Result, Optional]

the allocated size of the array

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_text_fset


Defined in

fz_text_api.h