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

ParameterTypeDescription
dataconst System::ArrayPtr<uint8_t>&A byte array containing the font data
lenintThe size of the data buffer in bytes

See Also