##// END OF EJS Templates
PDF: fix font name in vendor/plugins/rfpdf/lib/fonts/dejavusansi.rb (#8566)....
Toshi MARUYAMA -
r5911:902a9773feae
parent child
Show More
@@ -1,4 +1,4
1 TCPDFFontDescriptor.define('DejaVuSansi') do |font|
1 TCPDFFontDescriptor.define('dejavusansi') do |font|
2 font[:type]='TrueTypeUnicode';
2 font[:type]='TrueTypeUnicode';
3 font[:name]='DejaVuSans-Oblique';
3 font[:name]='DejaVuSans-Oblique';
4 font[:desc]={'Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>96,'FontBBox'=>'[-1016 -385 1659 1068]','ItalicAngle'=>-11,'StemV'=>70,'MissingWidth'=>600};
4 font[:desc]={'Ascent'=>928,'Descent'=>-236,'CapHeight'=>928,'Flags'=>96,'FontBBox'=>'[-1016 -385 1659 1068]','ItalicAngle'=>-11,'StemV'=>70,'MissingWidth'=>600};
@@ -264,4 +264,4 TCPDFFontDescriptor.define('DejaVuSansi') do |font|
264 font[:file]='DejaVuSans-Oblique.z';
264 font[:file]='DejaVuSans-Oblique.z';
265 font[:ctg]='DejaVuSans-Oblique.ctg.z';
265 font[:ctg]='DejaVuSans-Oblique.ctg.z';
266 font[:originalsize]=461680;
266 font[:originalsize]=461680;
267 end No newline at end of file
267 end
General Comments 0
You need to be logged in to leave comments. Login now