Esempio n. 1
0
    def w4(self, flow: FlowRoot):
        """documentation of W4"""
        a_node = flow.connect("a")
        b_node = a_node.connect("b")
        c_node = b_node.connect("c")
        c_node.connect("d")

        # set some hinting.
        flow.hints = False
        a_node.hints = False
        b_node.hints = True
        c_node.hint = False
Esempio n. 2
0
    def w4(self, flow: FlowRoot):
        """documentation of W4"""
        a_node = flow.connect('a')
        b_node = a_node.connect('b')
        c_node = b_node.connect('c')
        c_node.connect('d')

        # set some hinting.
        flow.hints = False
        a_node.hints = False
        b_node.hints = True
        c_node.hint = False
Esempio n. 3
0
    def w4(self, flow: FlowRoot):
        """documentation of W4"""
        a_node = flow.connect('a')
        b_node = a_node.connect('b')
        c_node = b_node.connect('c')
        c_node.connect('d')

        # set some hinting.
        flow.hints = False
        a_node.hints = False
        b_node.hints = True
        c_node.hint = False