Exemplo n.º 1
0
 static void AddLucidaGrande()
 {
     s_SupportedFonts[FontDef.k_LucidaGrande] = FontDef.CreateFromResources(FontDef.k_LucidaGrande,
                                                                            new Dictionary <FontDef.Style, string>
     {
         { FontDef.Style.Small, "Fonts/Lucida Grande small.ttf" },
         { FontDef.Style.Normal, "Fonts/Lucida Grande.ttf" },
         { FontDef.Style.Bold, "Fonts/Lucida Grande Bold.ttf" }
     });
 }