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

fzrt_get_font_name

Description

Get a font family name. This will retrieve the font family name of a font with the given ID.

Plugin Prototype

fzrt_error_td fzrt_get_font_name(

short

familyID,

char *

name )

Parameters

familyID [Input]

the ID of the font.

name [Result]

pointer to buffer that receives name of font- C string

Returns

FZRT_NOERR if successful, error id otherwise.

Availability

5.0.0.0

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h