package stk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Text.textured_glyphSource

Class used internally to cache rendering of glyphs.

val mutable surface : Tsdl.Sdl.surface option
val mutable texture : Stk.Texture.t option
method texture : Tsdl.Sdl.renderer -> Stk.Texture.t option
val mutable size : int * int
method size : int * int
val mutable data : (Stk.Font.font * Stk.Color.t * int) option
method redraw_if_changed : Stk.Color.t -> int -> unit
method destroy_texture : unit
method destroy_surface : unit
method font : Stk.Font.font option
method set_glyph : Stk.Font.font -> Stk.Color.t -> int -> unit
OCaml

Innovation. Community. Security.