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