does CATextLayer support attributedstring strikethrough function?

On latest iOS 12.1.3, I'm using CATextLayer to render different kinds of formats of text. I specify the font format by setting an attributedString to the text layer's string property, all formats work except for the strikethrough. I use the same attributed string on UITextView with no problem. Is there any known issue with CATextLayer?

Replies

I am experiencing the same issue here.