Parses font information from given stream.
Namespace: FirstFloor.Documents.FontsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
public static FontInfo ParseFontInfo(
Stream fontStream
)
Public Shared Function ParseFontInfo (
fontStream As Stream
) As FontInfo
public:
static FontInfo^ ParseFontInfo(
Stream^ fontStream
)
static member ParseFontInfo :
fontStream : Stream -> FontInfo
Parameters
- fontStream
- Type: System.IOStream
The font stream.
Return Value
Type:
FontInfoThe font information found in the stream.
Obfuscated font streams are not accepted. Wrap obfuscated fonts using the
DeobfuscatedFontStream before passing the stream to this method.
Reference