Class FontImp
Font implementation using SixLabors.Fonts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Base.Imp.Android
Assembly: Fusee.Base.Imp.Android.dll
Syntax
public class FontImp : FontImpBase
Constructors
FontImp(Stream)
Font ctor implementation for Android Copy file stream to new memory stream first, otherwise the read operation fails
Declaration
public FontImp(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |