bool GetUseSeparateTextures() const;
GetUseSeparateTextures obtains the flag of using separate textures for each font set by SetUseSeparateTextures. Sometimes it is desirable to use separate textures for each font. In case of limited set of fonts and glyphs it may reduce the resulting number of draw primitives, but it increases the number of textures and decreases the density of packing.
A Boolean value of true if using Separate textures, false if not.