Class ValveFont
Namespace: ValveResourceFormat.ValveFont
Assembly: ValveResourceFormat.dll
Provides functionality to read Valve font files.
csharp
public class ValveFontInheritance
Methods
Read(string)
Opens and reads the given filename.
csharp
public byte[] Read(string filename)Parameters
filename string
The file to open and read.
Returns
byte[]
Read(Stream)
Reads the given .
csharp
public byte[] Read(Stream input)Parameters
input Stream
The input to read from.
Returns
byte[]

