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