VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextSymbol Class / CreateVirtualSpace(ITextFont,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    CreateVirtualSpace(ITextFont,Single,Single) Method (TextSymbol)
    In This Topic
    Creates a "virtual" text symbol that is used for text formatting.
    Syntax
    'Declaration
    
    Public Shared Function CreateVirtualSpace( _
    ByVal font
    The font.
    As ITextFont, _
    ByVal width
    Width of the space symbol.
    As Single, _
    ByVal unitsPerEm
    The units per em.
    As Single _
    ) As TextSymbol
    public static TextSymbol CreateVirtualSpace(
    ITextFont font,
    float width,
    float unitsPerEm
    )
    public: static TextSymbol* CreateVirtualSpace(
    ITextFont* font,
    float width,
    float unitsPerEm
    )
    public:
    static TextSymbol^ CreateVirtualSpace(
    ITextFont^ font,
    float width,
    float unitsPerEm
    )

    Parameters

    font
    The font.
    width
    Width of the space symbol.
    unitsPerEm
    The units per em.

    Return Value

    The "virtual" text symbol that is used for text formatting.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also