Changeset 0a3fa5 in indico


Ignore:
Timestamp:
10/25/10 12:01:46 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
321102
Parents:
a837bc
Message:

[ADD] Added Liberation Sans font

Location:
indico/MaKaC
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/PDFinterface/base.py

    r5814b4 r0a3fa5  
    151151    pdfmetrics.registerFont(TTFont('Times-Italic', os.path.join(dir,'LiberationSerif-Italic.ttf'))) 
    152152    pdfmetrics.registerFont(TTFont('Times-Bold-Italic', os.path.join(dir, 'LiberationSerif-BoldItalic.ttf'))) 
     153    pdfmetrics.registerFont(TTFont('Sans', os.path.join(dir,'LiberationSans-Regular.ttf'))) 
     154    pdfmetrics.registerFont(TTFont('Sans-Bold', os.path.join(dir, 'LiberationSans-Bold.ttf'))) 
     155    pdfmetrics.registerFont(TTFont('Sans-Italic', os.path.join(dir,'LiberationSans-Italic.ttf'))) 
     156    pdfmetrics.registerFont(TTFont('Sans-Bold-Italic', os.path.join(dir, 'LiberationSans-BoldItalic.ttf'))) 
    153157    pdfmetrics.registerFont(TTFont('Courier', os.path.join(dir, 'LiberationMono-Regular.ttf'))) 
    154158    pdfmetrics.registerFont(TTFont('Courier-Bold', os.path.join(dir, 'LiberationMono-Bold.ttf'))) 
  • indico/MaKaC/PDFinterface/conference.py

    rde2a21 r0a3fa5  
    24832483    __fonts = {'Times New Roman':['Times-Roman','Times-Bold','Times-Italic','Times-Bold-Italic'], 
    24842484               'Courier':['Courier', 'Courier-Bold', 'Courier-Italic', 'Courier-Bold-Italic'], 
     2485               'Sans':['Sans', 'Sans-Bold', 'Sans-Italic', 'Sans-Bold-Italic'], 
    24852486               'LinuxLibertine':['LinuxLibertine','LinuxLibertine-Bold','LinuxLibertine-Italic','LinuxLibertine-Bold-Italic'], 
    24862487               'Kochi-Mincho':['Kochi-Mincho','Kochi-Mincho','Kochi-Mincho','Kochi-Mincho'], 
     
    27372738    __fonts = {'Times New Roman':['Times-Roman','Times-Bold','Times-Italic','Times-Bold-Italic'], 
    27382739               'Courier':['Courier', 'Courier-Bold', 'Courier-Italic', 'Courier-Bold-Italic'], 
     2740               'Sans':['Sans', 'Sans-Bold', 'Sans-Italic', 'Sans-Bold-Italic'], 
    27392741               'LinuxLibertine':['LinuxLibertine','LinuxLibertine-Bold','LinuxLibertine-Italic','LinuxLibertine-Bold-Italic'], 
    27402742               'Kochi-Mincho':['Kochi-Mincho','Kochi-Mincho','Kochi-Mincho','Kochi-Mincho'], 
  • indico/MaKaC/webinterface/tpls/ConfModifBadgeDesign.tpl

    r80056b r0a3fa5  
    702702              <option>Times New Roman</option> 
    703703              <option>Courier</option> 
     704              <option>Sans</option> 
    704705            </optgroup> 
    705706            <optgroup label="<%= _('Special Character Fonts') %>"> 
  • indico/MaKaC/webinterface/tpls/ConfModifPosterDesign.tpl

    r42572c r0a3fa5  
    819819              <option>Times New Roman</option> 
    820820              <option>Courier</option> 
     821              <option>Sans</option> 
    821822            </optgroup> 
    822823            <optgroup label="Special Character Fonts"> 
Note: See TracChangeset for help on using the changeset viewer.