MapCharacters(IntPtr,Int32,Int32,IntPtr,IntPtr,FontWeight,FontStyle,FontStretch,Int32,Single) Method
In This Topic
HRESULT IDWriteFontFallback::MapCharacters(IDWriteTextAnalysisSource* source, UINT32 textPosition, UINT32 textLength, [in, optional] IDWriteFontCollection* baseFontCollection, [in, optional] wchar_t* baseFamilyName, DWRITE_FONT_WEIGHT baseWeight, DWRITE_FONT_STYLE baseStyle, DWRITE_FONT_STRETCH baseStretch, [out] UINT32* mappedLength, [out] IDWriteFont** mappedFont, [out] FLOAT* scale)
Syntax
'Declaration
Public Overloads Function MapCharacters( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As FontWeight, _
ByVal As FontStyle, _
ByVal As FontStretch, _
ByRef As System.Integer, _
ByRef As System.Single _
) As Font
public Font MapCharacters(
System.IntPtr ,
System.int ,
System.int ,
System.IntPtr ,
System.IntPtr ,
FontWeight ,
FontStyle ,
FontStretch ,
out System.int ,
out System.float
)
Parameters
- source
- textPosition
- textLength
- baseFontCollection
- baseFamilyName
- baseWeight
- baseStyle
- baseStretch
- mappedLength
- scale
See Also