Skip to content

Commit

Permalink
GRAPHICS: Added all supported Mac fonts to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Oct 15, 2016
1 parent 6303468 commit 290ac2c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion graphics/macgui/macfontmanager.h
Expand Up @@ -29,7 +29,21 @@ namespace Graphics {

enum {
kMacFontNonStandard = -1,
kMacFontChicago = 0
kMacFontChicago = 0,
kMacFontGeneva = 1,
kMacFontNewYork = 2,
kMacFontMonaco = 4,
kMacFontVenice = 5,
kMacFontLondon = 6,
kMacFontAthens = 7,
kMacFontSanFrancisco = 8,
kMacFontCairo = 11,
kMacFontLosAngeles = 12,
kMacFontPalatino = 16,
kMacFontTimes = 20,
kMacFontHelvetica = 21,
kMacFontCourier = 22,
kMacFontSymbol = 23
};

enum {
Expand Down

0 comments on commit 290ac2c

Please sign in to comment.