PRESPARAM Parameters = {
                        .Length = sizeof (PRESPARAM),

                        .Color = {
                                   ...
                                 },

                        .Font = {
                                 .ID = PP_FONT,

                                 .PP = {
                                        .Length = sizeof (Parameters.Font.PP),

                                        .Size = 8,
                                        .Name_ptr = "Helv"
                                       }
                                }
                       };