formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
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(
port, | |
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
Function Set
Defined in