Class: Configs::Project::Texts::Font

Inherits:
Object
  • Object
show all
Defined in:
docs/000_a_root.rb

Overview

Font configuration

Instance Attribute Summary collapse

Instance Method Summary collapse

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_sizesArray<Hash> (readonly)

Get all the alt size the game uses

Returns:

  • (Array<Hash>)


329
330
331
# File 'docs/000_a_root.rb', line 329

def alt_sizes
  @alt_sizes
end

#supports_pokemon_numberBoolean (readonly)

Is the game supporting the pokemon number feature

Returns:

  • (Boolean)


323
324
325
# File 'docs/000_a_root.rb', line 323

def supports_pokemon_number
  @supports_pokemon_number
end

#ttf_filesArray<Hash> (readonly)

Get all the ttf files the game uses

Returns:

  • (Array<Hash>)


326
327
328
# File 'docs/000_a_root.rb', line 326

def ttf_files
  @ttf_files
end