C# Class PixelFarm.Drawing.Text.HarfBuzzShapingService

Inheritance: TextShapingService
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes protégées

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

Private Methods

Méthode Description
ResolveForNativeFont ( ActualFont actualFont ) : NativeFont

Method Details

GetGlyphPosImpl() protected méthode

protected GetGlyphPosImpl ( ActualFont actualFont, char buffer, int startAt, int len, Fonts properGlyphs ) : void
actualFont PixelFarm.Drawing.Fonts.ActualFont
buffer char
startAt int
len int
properGlyphs Fonts
Résultat void