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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Base.Imp.Blazor
Assembly: Fusee.Base.Imp.Blazor.dll
Syntax
public class FontImp : FontImpBase

Constructors

FontImp(Stream)

Font implementation for WebAsm

Declaration
public FontImp(Stream stream)
Parameters
Type Name Description
System.IO.Stream stream
Generated by DocFX
GitHub Repo
Back to top