Aspose::Font::Glyphs::GlyphIdList 类
GlyphIdList class
表示字形 ID 列表。
class GlyphIdList : public System::Collections::Generic::List<System::SharedPtr<GlyphId>>
方法
| 方法 | 描述 |
|---|---|
| Add(const System::SharedPtr<GlyphId>&) override | 向列表添加字形 ID。 |
| Clear() override | 清空列表。 |
| Contains(const System::SharedPtr<GlyphId>&) const override | 如果字形 ID 在列表中,则返回 true。 |
| idx_get(int32_t) const override | 根据索引返回字形 ID。 |
| Remove(const System::SharedPtr<GlyphId>&) override | 从列表中移除字形 ID。 |
| SetTemplateWeakPtr(uint32_t) override | 将第 n 个模板参数设置为弱指针(而不是共享指针)。允许在容器中将指针切换为弱模式。 |
另见
- Class List
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++