struct RayLib::Font

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(texture : RayLib::Texture2D, base_size : Int32, chars_count : Int32, chars : RayLib::CharInfo) #

[View source]
def self.new(pull : JSON::PullParser) #

def self.new(unwrap : Pointer(Binding::Font)) #

[View source]
def self.new(unwrap : Binding::Font) #

[View source]

Instance Method Detail

def base_size : Int32 #

[View source]
def base_size=(base_size : Int32) #

[View source]
def chars : CharInfo #

[View source]
def chars=(chars : CharInfo) #

[View source]
def chars_count : Int32 #

[View source]
def chars_count=(chars_count : Int32) #

[View source]
def texture : Texture2D #

[View source]
def texture=(texture : Texture2D) #

[View source]
def to_unsafe #

[View source]