Aspose::Font::Cff::CffEncoding::GidToUnicode 方法

CffEncoding::GidToUnicode method

将 Gid 解码为 Unicode。Glyph id 是字形的唯一编号,取决于字体类型。CFF Font glyph id 可以是 (GlyphStringId) 类或 (GlyphUInt32Id) 类的实例。

uint32_t Aspose::Font::Cff::CffEncoding::GidToUnicode(System::SharedPtr<Glyphs::GlyphId> gid) override
参数类型描述
gidSystem::SharedPtr<Glyphs::GlyphId>要解码的符号的字形标识符。

ReturnValue

与传入的字形 ID 相关的 Unicode 值。

另见