# CFont

# What is a CFont?

CFont is a format used to store information about a font.

# Structure

Size Type Name Description
4 UInt32 Handle The handle of the font, used to reference the font by other structures
4 UInt32 Unknown Allegedly a checksum of the Font Attributes, unsure if accurate or the usage.
4 UInt32 References The number of references made to this font in the project, used to determine if the font should be removed from the project.
4 Unknown
92 LOGFONTW Font Attributes The attributes of the font, uses a WinAPI structure