split/Tioga/lib/MarkerConstants.rb in tioga-1.4 vs split/Tioga/lib/MarkerConstants.rb in tioga-1.5

- old
+ new

@@ -9,11 +9,11 @@ # expected use in tioga, I decided that it wasn't worth it. All PDF devices are guaranteed to have the 14 standard Adobe # fonts, so they are easy to provide -- and that's what I've done. # # Here are the abc's of the PDF fonts, clockwise from the top: Times_Roman, Times_Italic, Times_Bold, Times_BoldItalic, Helvetica, Helvetica_Oblique, Helvetica_Bold, Helvetica_BoldOblique, Courier, Courier_Oblique, Courier_Bold, Courier_BoldOblique, Symbol, and ZapfDingbats. # -# http://theory.kitp.ucsb.edu/~paxton/tioga_jpegs/pdf_fonts.jpg +# link:images/pdf_fonts.png # # --- # # = Markers # @@ -22,15 +22,15 @@ # either a font number and character code (for filled characters), or by a font number, character code, and line # width (for stroked characters). In the following figure many of the markers appear in both a filled form, such # as 'Arrow', and a stroked form, such as 'ArrowOpen'. The color of filled markers is determined by the current # setting of fill_color, and, similarly, stroke_color determines the color of stroked markers. # -# http://theory.kitp.ucsb.edu/~paxton/tioga_jpegs/Marker_Names.jpg +# link:images/Marker_Names.png # # Here is the full set of options from the ZapfDingbats font. If you would like to use the jet plane as a marker, # just write [ ZapfDingbats, 40 ] where you would have used one of the predefined marker names. # -# http://theory.kitp.ucsb.edu/~paxton/tioga_jpegs/dingbats.jpg +# link:images/dingbats.png # module MarkerConstants Times_Roman = 1