Class FontSymbols


  • public abstract class FontSymbols
    extends java.lang.Object
    Manages FontSymbols's
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String forEach​(java.lang.String text, java.util.function.BiFunction<java.lang.Character,​java.lang.String,​java.lang.String> function)
      Renders each material symbol of the text using the provided Function.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • forEach

        public static java.lang.String forEach​(java.lang.String text,
                                               java.util.function.BiFunction<java.lang.Character,​java.lang.String,​java.lang.String> function)
        Renders each material symbol of the text using the provided Function.
        Parameters:
        text -
        function -