The way fonts are manipulated in the DataWindow at runtime.
DataWindows
Describe and Modify argument:
"DataWindow.Font.Bias { = biasvalue }"
Parameter |
Description |
---|---|
biasvalue |
An integer indicating how the fonts will be manipulated at execution. Biasvalue cannot be a DataWindow expression. Values are:
|
[Visual Basic] setting = dw1.Describe("DataWindow.Font.Bias")
dw1.Modify("DataWindow.Font.Bias=1")