AddFont()
PrivateFontCollection::AddFont(const System::ArrayPtr<uint8_t>&, int) method
Adds the specified font to the collection.
void System::Drawing::Text::PrivateFontCollection::AddFont(const System::ArrayPtr<uint8_t> &data, int len)
Arguments
Parameter | Type | Description |
---|---|---|
data | const System::ArrayPtr<uint8_t>& | A byte array containing the font data |
len | int | The size of the data buffer in bytes |
See Also
- Typedef ArrayPtr
- Class PrivateFontCollection
- Namespace System::Drawing::Text
- Library Aspose.Slides