9 references to PageTrueTypeFontMode
ReachFramework (9)
PrintConfig\PrintSchemaShim.cs (6)
299&& (deltaTicket.PageDeviceFontSubstitution.Value != DeviceFontSubstitution.Unknown || deltaTicket.PageTrueTypeFontMode.Value != TrueTypeFontMode.Unknown)) 304deltaTicket.PageTrueTypeFontMode.Value); 1090ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.Automatic; 1097ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.RenderAsBitmap; 1104ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.DownloadAsNativeTrueTypeFont; 1111ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.DownloadAsOutlineFont;
PrintConfig\PrtTicket_Public.cs (1)
588return this.PageTrueTypeFontMode;
PrintConfig\PrtTicket_Public_Simple.cs (2)
1325_printTicket.PageTrueTypeFontMode.Value); 1603_printTicket.PageTrueTypeFontMode.Value = (TrueTypeFontMode)cacheValue;