Browse Source
* credits.cpp: Enum for CreateFontA iPitchAndFamily From https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-createfonta: > The two low-order bits specify the pitch of the font > The four high-order bits specify the font family [[MS-WMF]: 2.1.1.8 FamilyFont Enumeration](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/9a632766-1f1c-4e2b-b1a4-f5b1a45f99ad) [[MS-WMF]: 2.1.1.24 PitchFont Enumeration](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/22dbe377-aec4-4669-88e6-b8fdd9351d76) * credits.cpp: Use enum for font weight https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-createfontapull/393/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue