Show / Hide Table of Contents

    Class TTFAnalyzer

    Inheritance
    Object
    TTFAnalyzer
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: P42.Utils
    Assembly: P42.Utils.dll
    Syntax
    public class TTFAnalyzer

    Methods

    | Improve this Doc View Source

    FontAttributes(Stream)

    Declaration
    public static string FontAttributes(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    String
    | Improve this Doc View Source

    FontAttributes(String)

    Declaration
    public static string FontAttributes(string fontFilePath)
    Parameters
    Type Name Description
    String fontFilePath
    Returns
    Type Description
    String
    | Improve this Doc View Source

    FontFamily(Stream)

    Declaration
    public static string FontFamily(Stream fontFileStream)
    Parameters
    Type Name Description
    Stream fontFileStream
    Returns
    Type Description
    String
    | Improve this Doc View Source

    FontFamily(String)

    Declaration
    public static string FontFamily(string fontFilePath)
    Parameters
    Type Name Description
    String fontFilePath
    Returns
    Type Description
    String

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 42nd Parallel