System::Drawing::Text::PrivateFontCollection::AddFont method
PrivateFontCollection::AddFont method
Adds the specified font to the collection.
void System::Drawing::Text::PrivateFontCollection::AddFont(const System::ArrayPtr<uint8_t> &data, int len)
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.PUB for C++