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

fz_text_style_get_info

Description

Gets the font is and point size from a style.

Plugin Prototype

fzrt_error_td fz_text_style_get_info(

fzrt_int

windex,

fz_text_style_ptr

style,

fz_font_id_td *

font_id,

fzrt_int *

point_size )

Parameters

windex [Input]

project window index, use -1 to access the font table

style [Input]

The text style

font_id [Result]

font id

point_size [Result]

point size

Returns

Error codes

Availability

5.5.0.0

Example Files

util_objt_unistr_text.fsl

Function Set

fz_text_fset


Defined in

fz_text_api.h