DicomObjects Reference
DicomObjects Reference / DicomLabel Object / FontName Property
In This Topic
    FontName Property
    In This Topic
    Description
    Annotation Font
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property FontName As String
    Remarks

    These properties are only relevant where LabelType=doLabelText(0), and as of version 4.1, they are merely alternative means of changing properties of the Font property’s own properties.

    FontSize is measured in nominal (screen) points.

    If FontName is blank (default), then the system default font is used.

    If FontSize is 0 (default), then the system default font size is used.

    If FontSize is non-zero, and RotateModeWithImage is set, then the font size scales with the image, i.e. it is multiplied by the Zoom factor.

    If Bold or Italics is required, this should be specified as part of the full font name, e.g. “Arial Bold”

    See Also