Table of Contents

Class ValveFont

Namespace
ValveResourceFormat.ValveFont
Assembly
ValveResourceFormat.dll

Provides functionality to read Valve font files.

public class ValveFont

Inheritance

Inherited Members

Methods

Read(string)

Opens and reads the given filename.

public byte[] Read(string filename)

Parameters

filename string

The file to open and read.

Returns

byte[]

Read(Stream)

Reads the given System.IO.Stream.

public byte[] Read(Stream input)

Parameters

input Stream

The input System.IO.Stream to read from.

Returns

byte[]