XYZSetIsoLabelFontΒΆ
XYZSetIsoLabelFont sets the font style for isoline labels.
- bool = XYZSetIsoLabelFont(hData, hFont)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hData
Is the handle of a dataset created with XYZCreate.
- hFont
hFont Is the handle of the font style created with FontCreate.
See also
id-1699675