# Display Screen Label
Grammar — Display label screenLabelID of size (width, height) with text label using style style at anchor with (offsetX, offsetY)
Flags —Action
Creates a screen image, with an identifier chosen by the ScreenImageID parameter, at the specified anchor, with the specified size and offset.
# Arguments
int
— ScreenLabelIDtext
— Labelstring
<fontstyle> — Styleint
— Widthint
— Heightint
<preset::Anchor> — Anchorint
— OffsetXint
— OffsetY
Returns — void
void libNtve_gf_DisplayScreenLabel(
int lp_screenLabelID,
text lp_label,
string lp_style,
int lp_width,
int lp_height,
int lp_anchor,
int lp_offsetX,
int lp_offsetY,
);
# Related
Category: Dialog / Screen Text
- Display Screen Label —
void
— libNtve_gf_DisplayScreenLabel - Show/Hide Screen Label —
void
— libNtve_gf_HideScreenImage2 - Screen Label Dialog —
int
<dialog> — libNtve_gf_ScreenLabelDialog - Screen Label Dialog Item —
int
<control> — libNtve_gf_ScreenLabelDialogItem
# Examples
— None found —