Show / Hide Table of Contents

Class FontImp

Font implementation using SixLabors.Fonts

Inheritance
System.Object
FontImpBase
FontImp
Inherited Members
FontImpBase._font
FontImpBase._collection
FontImpBase.UseKerning
FontImpBase.Dpi
FontImpBase.PixelHeight
FontImpBase.GetGlyphCurve(UInt32)
FontImpBase.GetGlyphInfo(UInt32)
FontImpBase.GetKerning(UInt32, UInt32)
FontImpBase.GetUnscaledAdvance(UInt32)
FontImpBase.GetUnscaledKerning(UInt32, UInt32)
FontImpBase.GetImageDataForGlyph(UInt32, GlyphInfo)
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
Generated by DocFX
GitHub Repo
Back to top