Changeset 250f2393 in sasview for src


Ignore:
Timestamp:
Feb 17, 2018 4:41:05 PM (6 years ago)
Author:
wojciech
Children:
ee4a2bb
Parents:
45eddeb7
Message:

trying different font variant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/report_dialog.py

    r45eddeb7 r250f2393  
    2222    PANEL_WIDTH = 530 
    2323    PANEL_HEIGHT = 700 
    24     FONT_VARIANT = 1 
     24    FONT_VARIANT = 0 
    2525    ISPDF = True 
    2626 
     
    127127        try: 
    128128            from xhtml2pdf import pisa 
    129             data = "<html><body><p>To PDF or not to PDF</p></body></html>" 
    130129            # open output file for writing (truncated binary) 
    131130            resultFile = open(filename, "w+b") 
Note: See TracChangeset for help on using the changeset viewer.