Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue méthode

TtfFontMetrics::GetKerningValue method

Renvoie la valeur du crénage pour la paire de glyphes.

double Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId) override
ParamètreTypeDescription
idGlyphPrécédentSystem::SharedPtr<Glyphs::GlyphId>Premier glyphe de la paire.
nextGlyphIdSystem::SharedPtr<Glyphs::GlyphId>Taille du Font.

ReturnValue

Valeur de crénage.

Voir aussi