Gets the GDI compatible glyph placements.
シンタックス
'宣言
Public Overloads Sub GetGdiCompatibleGlyphPlacements( _
ByVal As System.String, _
ByVal () As System.Short, _
ByVal () As ShapingTextProperties, _
ByVal As System.Integer, _
ByVal () As System.Short, _
ByVal () As ShapingGlyphProperties, _
ByVal As System.Integer, _
ByVal As FontFace, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Nullable(Of Matrix3x2), _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As ScriptAnalysis, _
ByVal As System.String, _
ByVal () As FontFeature, _
ByVal () As System.Integer, _
ByVal () As System.Single, _
ByVal () As GlyphOffset _
)
public void GetGdiCompatibleGlyphPlacements(
System.string ,
System.short[] ,
ShapingTextProperties[] ,
System.int ,
System.short[] ,
ShapingGlyphProperties[] ,
System.int ,
FontFace ,
System.float ,
System.float ,
System.Nullable<Matrix3x2> ,
System.bool ,
System.bool ,
System.bool ,
ScriptAnalysis ,
System.string ,
FontFeature[] ,
System.int[] ,
System.float[] ,
GlyphOffset[]
)
パラメータ
- textString
- The text string.
- clusterMap
- The cluster map.
- textProps
- The text props.
- textLength
- Length of the text.
- glyphIndices
- The glyph indices.
- glyphProps
- The glyph props.
- glyphCount
- The glyph count.
- fontFace
- The font face.
- fontEmSize
- Size of the font in ems.
- pixelsPerDip
- The pixels per dip.
- transform
- The transform.
- useGdiNatural
- if set to
true
[use GDI natural]. - isSideways
- if set to
true
[is sideways]. - isRightToLeft
- if set to
true
[is right to left]. - scriptAnalysis
- The script analysis.
- localeName
- Name of the locale.
- features
- The features.
- featureRangeLengths
- The feature range lengths.
- glyphAdvances
- The glyph advances.
- glyphOffsets
- The glyph offsets.
参照