Sha256: d2eb0b78ce397992f967e6ee7e006371748267adfacf47374babd1a99ca2be6c
Contents?: true
Size: 854 Bytes
Versions: 17
Compression:
Stored size: 854 Bytes
Contents
--- :wxFont.wxFont: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /wxFontInfo/ :replace: | ```ruby font = Wx::Font.new(Wx::FontInfo.new(10).bold().underlined()) ``` - :pattern: !ruby/regexp /wxFONTFAMILY_DEFAULT/ :replace: | ```ruby font = Wx::Font.new(10, Wx::FontFamily::FONTFAMILY_DEFAULT, Wx::FontStyle::FONTSTYLE_NORMAL, Wx::FontWeight::FONTWEIGHT_BOLD, true) ``` :wxFontInfo: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby font = Wx::Font.new(Wx::FontInfo.new(12).face_name('Helvetica').italic()) ```
Version data entries
17 entries across 17 versions & 1 rubygems