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)
ParameterTypeDescription
dataconst System::ArrayPtr<uint8_t>&A byte array containing the font data
lenintThe size of the data buffer in bytes

See Also