obf 0.9.8.3 → 0.9.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/obf/pdf.rb +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e7e7fc46724eeaca2ec52b72b87713a9387ff7aafc51e16b7b2c767e25db31e
|
4
|
+
data.tar.gz: e3a0b84f93092e1b45828b1f7de735c13a0f76d1da4d74d3304ae171e9a886ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f70372b42c80366ad659376f7c2a64436e90623caf4f7c2f795e7e4bbb047a351409beefa7449b236df2f730bdb2653b09165fa57f6d09d958d949e9f840b8ae
|
7
|
+
data.tar.gz: 40a4380ada4e612d620954f43f2b920945c997d4f17483e297801f6a7c45115a3c7be53fa72b6437303f90d1ea9c49ed3bee33965b3c62c53409a130e5247553
|
data/lib/obf/pdf.rb
CHANGED
@@ -340,11 +340,11 @@ module OBF::PDF
|
|
340
340
|
end
|
341
341
|
end
|
342
342
|
|
343
|
-
pdf = Prawn::Document.new
|
344
|
-
pdf.font "/Users/whitmer/Workspace/obf/lib/TimesNewRoman.ttf"
|
345
|
-
pdf.font_families.update({'MiedingerBook.otf' => {
|
346
|
-
|
347
|
-
}})
|
348
|
-
pdf.fallback_fonts = ['MiedingerBook.otf']
|
349
|
-
pdf.text_box "भन्नुहोस्"
|
350
|
-
pdf.render_file("/Userss/whitmer/Workspace/prawn.pdf")
|
343
|
+
# pdf = Prawn::Document.new
|
344
|
+
# pdf.font "/Users/whitmer/Workspace/obf/lib/TimesNewRoman.ttf"
|
345
|
+
# pdf.font_families.update({'MiedingerBook.otf' => {
|
346
|
+
# normal: "/Users/whitmer/Workspace/obf/lib/MiedingerBook.ttf"
|
347
|
+
# }})
|
348
|
+
# pdf.fallback_fonts = ['MiedingerBook.otf']
|
349
|
+
# pdf.text_box "भन्नुहोस्"
|
350
|
+
# pdf.render_file("/Userss/whitmer/Workspace/prawn.pdf")
|