Class UIFontFilePackage
- Namespace
- ValveResourceFormat.ValveFont
- Assembly
- ValveResourceFormat.dll
Represents a UI font file package.
public class UIFontFilePackageInheritance
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
filenamestring-
The file to open and read.
Read(ReadOnlySpan<byte>)
Read the given data.
public void Read(ReadOnlySpan<byte> data)Parameters
dataReadOnlySpan<byte>-
The input data.