'Declaration Public Shared Function CreateVirtualSpace( _
ByVal fontThe font.As ITextFont, _
ByVal widthWidth of the space symbol.As Single, _
ByVal unitsPerEmThe 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.