mirror of
https://github.com/redmine/redmine.git
synced 2026-07-13 22:01:51 +02:00
Merged r14963 from trunk to 3.2-stable (#19017)
pdf: use all lower cases for DejaVuSansMono. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@14964 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -56,7 +56,7 @@ module Redmine
|
||||
# DejaVuSans Italic Arabic and Persian font has problem.
|
||||
style.delete!('I') if family.to_s.casecmp('dejavusans') == 0 && current_language.to_s.casecmp("vi") != 0
|
||||
# DejaVuSansMono Italic Arabic font has problem
|
||||
style.delete!('I') if family.to_s.casecmp('Dejavusansmono') == 0
|
||||
style.delete!('I') if family.to_s.casecmp('dejavusansmono') == 0
|
||||
super(family, style, size, fontfile)
|
||||
end
|
||||
alias_method :set_font, :SetFont
|
||||
|
||||
Reference in New Issue
Block a user