Skip to content

Field Properties - Font Tab - Font

Select one of the available fonts.

A font can also be conditionally set using a function.

An example of changing the font:

if ({OrderDetail.Qty_Ordered} < 1) then
    return "Courier New"
else
    return "Verdana"
end

Notes

  • Make sure the font combined with the size is available on your development and/or the deployment machine. When the font (size) is not available, Windows will provide DataFlex Reports with another font close to the desired font.