Aspose::Font::Ttf::TtfEncoding::DecodeToGidParameterized 方法
TtfEncoding::DecodeToGidParameterized method
参数化版本允许使用特定的 CMap 表(而非 Unicode)。
System::SharedPtr<Glyphs::GlyphId> Aspose::Font::Ttf::TtfEncoding::DecodeToGidParameterized(System::SharedPtr<IEncodingParameters> parameters, uint32_t charCode) override
| 参数 | 类型 | 描述 |
|---|---|---|
| parameters | System::SharedPtr<IEncodingParameters> | IEncodingParameters 接口的实现。 |
| charCode | uint32_t | 用于获取字形标识符的字符代码。 |
ReturnValue
与传入的字符代码相关的字形标识符。
另见
- Typedef SharedPtr
- Class GlyphId
- Class IEncodingParameters
- Class TtfEncoding
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++