Show
Ignore:
Timestamp:
07/16/09 09:42:39 (3 years ago)
Author:
mloskot
Message:

[wktraster] genraster.py apologises Windows users for loving Linux fonts :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • spike/wktraster/scripts/genraster.py

    r4305 r4306  
    77# 
    88# Requirements: Python + Python Imaging Library (PIL) 
     9# Also, path to FreeSans.ttf is a hardcoded Unix path, so fix it if you need. 
    910# 
    1011############################################################################### 
    11 # Copyright (C) 2009 Mateusz Loskot <mateusz@loskot.net> 
     12# (C) 2009 Mateusz Loskot <mateusz@loskot.net> 
    1213#  
    1314# This program is free software; you can redistribute it and/or modify 
     
    6162        else: 
    6263            value_text = 0; 
     64        # NOTE: Sorry 
    6365        font = ImageFont.truetype('/usr/share/fonts/truetype/freefont/FreeSans.ttf', 54) 
    6466