OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/vendor/plugins/rfpdf/lib/fonts/courier.rb

25 lines
490 B

TCPDFFontDescriptor.define('courier') do |font|
font[:cw] = {}
0.upto(255) do |i|
font[:cw][i]=600
end
end
TCPDFFontDescriptor.define('courierb') do |font|
font[:cw] = {}
0.upto(255) do |i|
font[:cw][i]=600
end
end
TCPDFFontDescriptor.define('courierbi') do |font|
font[:cw] = {}
0.upto(255) do |i|
font[:cw][i]=600
end
end
TCPDFFontDescriptor.define('courieri') do |font|
font[:cw] = {}
0.upto(255) do |i|
font[:cw][i]=600
end
end