Reply To: How to use createDashedStroke

Home Forums General Programming How to use createDashedStroke Reply To: How to use createDashedStroke

#27413
dasfaker
Keymaster
    • Topics: 80
    • Replies: 793
    • Total: 873
    • ★★★

    I get an assertion failure when drawing text centred. Not too problematic as it works fine with horizontallyCentred:

    JUCE Assertion failure in contexts/juce_GraphicsContext.cpp:238

    g:drawSingleLineText(string.format(“%s”, “TEXT”), 10 , 10, Justification (Justification.centred))

    Ctrlr