MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / DrawFallbackText

Function DrawFallbackText

Source/SynthGlobals.cpp:799–11480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799void DrawFallbackText(const char* text, float posX, float posY)
800{
801 static int simplex[95][112] = {
802 0,
803 16, /* Ascii 32 */
804 -1,
805 -1,
806 -1,
807 -1,
808 -1,
809 -1,
810 -1,
811 -1,
812 -1,
813 -1,
814 -1,
815 -1,
816 -1,
817 -1,
818 -1,
819 -1,
820 -1,
821 -1,
822 -1,
823 -1,
824 -1,
825 -1,
826 -1,
827 -1,
828 -1,
829 -1,
830 -1,
831 -1,
832 -1,
833 -1,
834 -1,
835 -1,
836 -1,
837 -1,
838 -1,
839 -1,
840 -1,
841 -1,
842 -1,
843 -1,
844 -1,
845 -1,
846 -1,
847 -1,
848 -1,
849 -1,
850 -1,
851 -1,
852 -1,
853 -1,
854 -1,
855 -1,
856 -1,

Callers 1

DrawMethod · 0.85

Calls 3

ofVec2fClass · 0.85
ofLineFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected