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

fzrt_text_face

Description

Sets the current font face. This will set the style of the font. The style can be FZRT_FONT_NORMAL or a combination of fzrt_font_style_enum values OR-ed together using bitwise OR operator.

Plugin Prototype

void fzrt_text_face(

fzrt_graf_ptr

port,

fzrt_style

face )

Parameters

port [Input, Optional]

pointer to graphics port. NULL to use current port

face [Input]

the face of the font to set. This can be FZRT_FONT_NORMAL or combination of fzrt_font_style_enum values

Availability

5.0.0.0

See Also

fzrt_font_style_enum

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h