9 references to PageTrueTypeFontMode
ReachFramework (9)
PrintConfig\PrintSchemaShim.cs (6)
294&& (deltaTicket.PageDeviceFontSubstitution.Value != DeviceFontSubstitution.Unknown || deltaTicket.PageTrueTypeFontMode.Value != TrueTypeFontMode.Unknown)) 299deltaTicket.PageTrueTypeFontMode.Value); 1085ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.Automatic; 1092ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.RenderAsBitmap; 1099ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.DownloadAsNativeTrueTypeFont; 1106ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.DownloadAsOutlineFont;
PrintConfig\PrtTicket_Public.cs (1)
581return this.PageTrueTypeFontMode;
PrintConfig\PrtTicket_Public_Simple.cs (2)
1317_printTicket.PageTrueTypeFontMode.Value); 1594_printTicket.PageTrueTypeFontMode.Value = (TrueTypeFontMode)cacheValue;