Documentation of SETLABELFONT
A Logo programming environment for Microsoft Windows
Brought to you by:
david_costanzo
SETLABELFONT has12 items to be set. Under 'Meaning'the documentation has precise explanations, which values should be set for which purposes. But there are some items without any hint how to give them a value. These are CharSet, OutPrecision, and PitchAndFamily. There is always in integer to be set, but which integer for which purpose? And which effects are produced by which value? Does it any harm, if I set them all 0?
SETLABELFONT populates a FONTREC. The Windows documentation has more information:
https://learn.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-logfontw
Beyond that, your guess is as good as mine.