C# Class PixelFarm.Drawing.Text.TextShapingService

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

GetGlyphPos() public static méthode

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
Résultat void

GetGlyphPosImpl() protected abstract méthode

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
Résultat void

SetAsCurrentImplementation() public méthode

public SetAsCurrentImplementation ( ) : void
Résultat void