CTFont.GetAdvancesForGlyphs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetAdvancesForGlyphs(CTFontOrientation, UInt16[]) | |
GetAdvancesForGlyphs(CTFontOrientation, UInt16[], CGSize[], nint) |
GetAdvancesForGlyphs(CTFontOrientation, UInt16[])
public double GetAdvancesForGlyphs (CoreText.CTFontOrientation orientation, ushort[] glyphs);
member this.GetAdvancesForGlyphs : CoreText.CTFontOrientation * uint16[] -> double
Parameters
- orientation
- CTFontOrientation
- glyphs
- UInt16[]
Returns
Applies to
GetAdvancesForGlyphs(CTFontOrientation, UInt16[], CGSize[], nint)
public double GetAdvancesForGlyphs (CoreText.CTFontOrientation orientation, ushort[] glyphs, CoreGraphics.CGSize[] advances, nint count);
member this.GetAdvancesForGlyphs : CoreText.CTFontOrientation * uint16[] * CoreGraphics.CGSize[] * nint -> double
Parameters
- orientation
- CTFontOrientation
- glyphs
- UInt16[]
- advances
- CGSize[]
- count
- System.System.IntPtr System.nativeint