OK, man kann es so hinmogeln <br>
`\draw[|<->|, >=latex] (1.0,-0.5\pgflinewidth) -- (1.0,2cm+1.5\pgflinewidth) node[midway, above, sloped]{gut};`
Interessant *Interessant wäre, ob es eine globale Einstellung dafür gibt, so dass man nicht immer mit `\pgflinewidth` spielen muss.
muss.*
[![alt text][1]][1]
\documentclass[margin=5mm]{standalone}
\usepackage{tikz}
%\usetikzlibrary{calc}
\begin{document}
\begin{tikzpicture}[font=\footnotesize]
\draw[densely dashed] (0,0) -- (2,0);
\draw[densely dashed, very thick] (0,2) -- (2,2) node[midway, above, sloped]{absichtlich thick};
\draw[|<->|, >=latex] (0.5,0) -- (0.5,2) node[midway, above, sloped]{schlecht};
\draw[|<->|, >=latex] (1.0,-0.5\pgflinewidth) -- (1.0,2cm+1.5\pgflinewidth) node[midway, above, sloped]{gut};
\end{tikzpicture}
\end{document}
[1]: https://texwelt.de/wissen/upfiles/55555555_337.png