Class UIFontFilePackage.FontFile
Namespace: ValveResourceFormat.ValveFont
Assembly: ValveResourceFormat.dll
Represents a font file within the package.
csharp
public class UIFontFilePackage.FontFileInheritance
object ← UIFontFilePackage.FontFile
Properties
FileName
Gets or initializes the file name.
csharp
public required string FileName { get; init; }Property Value
OpenTypeFontData
Gets or initializes the OpenType font data.
csharp
public required byte[] OpenTypeFontData { get; init; }Property Value
byte[]

