Aspose::Font::Ttf::TtfEncoding::Encode 方法
TtfEncoding::Encode method
对字形进行编码。对于 TTF 字体,字符码是 Unicode。
void Aspose::Font::Ttf::TtfEncoding::Encode(uint32_t gid, uint32_t charCode) override
| 参数 | 类型 | 描述 |
|---|---|---|
| gid | uint32_t | 字形标识符。 |
| charCode | uint32_t | 字符代码。 |
另见
- Class TtfEncoding
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++