C# Class PixelFarm.Drawing.Text.ManagedShapingService

Inheritance: TextShapingService
Show file Open project: prepare/HTML-Renderer

Protected Methods

Method Description
GetGlyphPosImpl ( ActualFont actualFont, char buffer, int startAt, int len, ProperGlyph properGlyphs ) : void

Method Details

GetGlyphPosImpl() protected method

protected GetGlyphPosImpl ( ActualFont actualFont, char buffer, int startAt, int len, ProperGlyph properGlyphs ) : void
actualFont PixelFarm.Drawing.Fonts.ActualFont
buffer char
startAt int
len int
properGlyphs PixelFarm.Drawing.Fonts.ProperGlyph
return void