struct RayLib::Font
- RayLib::Font
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(texture : RayLib::Texture2D, base_size : Int32, chars_count : Int32, chars : RayLib::CharInfo)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::Font))
- .new(unwrap : Binding::Font)
Instance Method Summary
- #base_size : Int32
- #base_size=(base_size : Int32)
- #chars : CharInfo
- #chars=(chars : CharInfo)
- #chars_count : Int32
- #chars_count=(chars_count : Int32)
- #texture : Texture2D
- #texture=(texture : Texture2D)
- #to_unsafe
Constructor Detail
def self.new(texture : RayLib::Texture2D, base_size : Int32, chars_count : Int32, chars : RayLib::CharInfo)
#