HRESULT IDWriteTextAnalyzer::GetGlyphs([In, Buffer] const wchar_t* textString,[In] unsigned int textLength,[In] IDWriteFontFace* fontFace,[In] BOOL isSideways,[In] BOOL isRightToLeft,[In] const DWRITE_SCRIPT_ANALYSIS* scriptAnalysis,[In, Optional] const wchar_t* localeName,[In, Optional] IDWriteNumberSubstitution* numberSubstitution,[In, Optional] const void** features,[In, Buffer, Optional] const unsigned int* featureRangeLengths,[In] unsigned int featureRanges,[In] unsigned int maxGlyphCount,[Out, Buffer] unsigned short* clusterMap,[Out, Buffer] DWRITE_SHAPING_TEXT_PROPERTIES* textProps,[Out, Buffer] unsigned short* glyphIndices,[Out, Buffer] DWRITE_SHAPING_GLYPH_PROPERTIES* glyphProps,[Out] unsigned int* actualGlyphCount)
シンタックス
'宣言
Public Overloads Function GetGlyphs( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As FontFace, _
ByVal As Bool, _
ByVal As Bool, _
ByVal As ScriptAnalysis, _
ByVal As System.String, _
ByVal As NumberSubstitution, _
ByVal As System.IntPtr, _
ByVal () As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal () As System.Short, _
ByVal () As ShapingTextProperties, _
ByVal () As System.Short, _
ByVal () As ShapingGlyphProperties _
) As System.Integer
public System.int GetGlyphs(
System.string ,
System.int ,
FontFace ,
Bool ,
Bool ,
ScriptAnalysis ,
System.string ,
NumberSubstitution ,
System.IntPtr ,
System.int[] ,
System.int ,
System.int ,
System.short[] ,
ShapingTextProperties[] ,
System.short[] ,
ShapingGlyphProperties[]
)
パラメータ
- textString
- textLength
- fontFace
- isSideways
- isRightToLeft
- scriptAnalysis
- localeName
- numberSubstitution
- features
- featureRangeLengths
- featureRanges
- maxGlyphCount
- clusterMap
- textProps
- glyphIndices
- glyphProps
参照