C# Class PixelFarm.Drawing.Text.TextShapingService

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

GetGlyphPos() public static method

public static GetGlyphPos ( 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

GetGlyphPosImpl() protected abstract method

protected abstract 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

SetAsCurrentImplementation() public method

public SetAsCurrentImplementation ( ) : void
return void