var searchIndex = {}; searchIndex["glium_text"] = {"doc":"This crate allows you to easily write text.","items":[[3,"FontTexture","glium_text","Texture which contains the characters of the font.",null,null],[3,"TextSystem","","Object that contains the elements shared by all `TextDisplay` objects.",null,null],[3,"TextDisplay","","Object that will allow you to draw a text.",null,null],[5,"draw","","",null,null],[11,"new","","Creates a new texture representing a font stored in a `FontTexture`.",0,{"inputs":[{"name":"f"},{"name":"r"},{"name":"u32"}],"output":{"name":"result"}}],[11,"new","","Builds a new text system that must be used to build `TextDisplay` objects.",1,{"inputs":[{"name":"f"}],"output":{"name":"textsystem"}}],[11,"new","","Builds a new text display that allows you to draw text.",2,{"inputs":[{"name":"textsystem"},{"name":"f"},{"name":"str"}],"output":{"name":"textdisplay"}}],[11,"get_width","","Returns the width in GL units of the text.",2,null],[11,"set_text","","Modifies the text on this display.",2,null]],"paths":[[3,"FontTexture"],[3,"TextSystem"],[3,"TextDisplay"]]}; initSearch(searchIndex);