Example void Sample112() { ECLPageSettings PgSet('A'); if (PgSet.IsDBCSHost()) { PgSet.SetFontSize(10); ULONG size = PgSet.GetFontSize(); printf("FontSize = %ld\n", size); } } // end sample