Class UIFontFilePackage
Namespace: ValveResourceFormat.ValveFont
Assembly: ValveResourceFormat.dll
Represents a UI font file package.
csharp
public class UIFontFilePackageInheritance
Properties
FontFiles
Gets the list of font files in this package.
csharp
public List<UIFontFilePackage.FontFile> FontFiles { get; }Property Value
List<UIFontFilePackage.FontFile>
Methods
Read(string)
Opens and reads the given filename.
csharp
public void Read(string filename)Parameters
filename string
The file to open and read.
Read(ReadOnlySpan<byte>)
Read the given data.
csharp
public void Read(ReadOnlySpan<byte> data)Parameters
data ReadOnlySpan<byte>
The input data.

