FMX.FontManager.IFMXFontManagerService.AddCustomFontFromStream
Delphi
function AddCustomFontFromStream(const AStream: TStream): Boolean;
C++
virtual bool __fastcall AddCustomFontFromStream(System::Classes::TStream* const AStream) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.FontManager.pas FMX.FontManager.hpp |
FMX.FontManager | IFMXFontManagerService |
Description
Adds font from stream. The font manager also makes a copy of the passed stream.