Search Results for

    Show / Hide Table of Contents

    Class FontInfoPart

    The font information part.

    Inheritance
    object
    IdentifiableObject
    AssetPart
    FontInfoPart
    Inherited Members
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Framework.Assets.AssetParts
    Assembly: Evergine.Framework.dll
    Syntax
    public class FontInfoPart : AssetPart

    Constructors

    FontInfoPart()

    Initializes a new instance of the FontInfoPart class.

    Declaration
    public FontInfoPart()

    Fields

    Charset

    The charset inclusion.

    Declaration
    public string Charset
    Field Value
    Type Description
    string

    MinGlyphSize

    The minimum glyph size. Default is 32 pixels.

    Declaration
    public int MinGlyphSize
    Field Value
    Type Description
    int

    Methods

    Read(BinaryReader)

    Reads this asset part.

    Declaration
    public static FontInfoPart Read(BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader

    The binary reader.

    Returns
    Type Description
    FontInfoPart

    The loaded asset part.

    Write(BinaryWriter)

    Writes the sub-asset.

    Declaration
    public override void Write(BinaryWriter writer)
    Parameters
    Type Name Description
    BinaryWriter writer

    The stream.

    Overrides
    AssetPart.Write(BinaryWriter)

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX