Sha256: ff7a70839fd865b02758759249cc89eaf29ec51d9a8be79ac80f93e11ce0979c

Contents?: true

Size: 575 Bytes

Versions: 9

Compression:

Stored size: 575 Bytes

Contents

module Bioshogi
  module ScreenImage
    class PieceFontWeightInfo
      include ApplicationMemoryRecord
      memory_record [
        { key: :is_piece_font_weight_auto,   name: "おまかせ", to_params: {                                                         }, },
        { key: :is_piece_font_weight_normal, name: "細字",     to_params: { soldier_font_bold: false, stand_piece_font_bold: false, }, },
        { key: :is_piece_font_weight_bold,   name: "太字",     to_params: { soldier_font_bold: true,  stand_piece_font_bold: true,  }, },
      ]
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bioshogi-0.0.15 lib/bioshogi/screen_image/piece_font_weight_info.rb
bioshogi-0.0.14 lib/bioshogi/screen_image/piece_font_weight_info.rb
bioshogi-0.0.10 lib/bioshogi/screen_image/piece_font_weight_info.rb
bioshogi-0.0.9 lib/bioshogi/screen_image/piece_font_weight_info.rb
bioshogi-0.0.8 lib/bioshogi/screen_image/piece_font_weight_info.rb
bioshogi-0.0.7 lib/bioshogi/screen_image/piece_font_weight_info.rb
bioshogi-0.0.5 lib/bioshogi/screen_image/piece_font_weight_info.rb
bioshogi-0.0.4 lib/bioshogi/screen_image/piece_font_weight_info.rb
bioshogi-0.0.3 lib/bioshogi/screen_image/piece_font_weight_info.rb