Class: Configs::Project::Texts::Font
Overview
Font configuration
Instance Attribute Summary collapse
-
#alt_sizes ⇒ Array<Hash>
readonly
Get all the alt size the game uses.
-
#supports_pokemon_number ⇒ Boolean
readonly
Is the game supporting the pokemon number feature.
-
#ttf_files ⇒ Array<Hash>
readonly
Get all the ttf files the game uses.
Instance Method Summary collapse
-
#initialize(v) ⇒ Font
constructor
A new instance of Font.
Constructor Details
#initialize(v) ⇒ Font
Returns a new instance of Font.
330 331 |
# File 'docs/000_a_root.rb', line 330 def initialize(v) end |
Instance Attribute Details
#alt_sizes ⇒ Array<Hash> (readonly)
Get all the alt size the game uses
329 330 331 |
# File 'docs/000_a_root.rb', line 329 def alt_sizes @alt_sizes end |
#supports_pokemon_number ⇒ Boolean (readonly)
Is the game supporting the pokemon number feature
323 324 325 |
# File 'docs/000_a_root.rb', line 323 def supports_pokemon_number @supports_pokemon_number end |
#ttf_files ⇒ Array<Hash> (readonly)
Get all the ttf files the game uses
326 327 328 |
# File 'docs/000_a_root.rb', line 326 def ttf_files @ttf_files end |