Ananth Kamath

Results 4 issues of Ananth Kamath

Hello, I know you are busy. But could you please implement the sk_imagefilter_new_blur in SkiaKit? The SkiaSharp implementation has HandleDictionary.cs class implementation. Which i think is bit difficult for me...

` func getGlyphPositions(text: String) -> [Point] { var textChar = [Character](text) var n = countGlyphs(str: text) if n

`public func getGlyphWidths(text: String) -> [Float] { var paint: Paint? = nil var textChar = [Character](text) var n = countGlyphs(str: text) if n

I wanted to test my Mac application for multi-language issues. As in if i change the language and locale of my system, there should not be any truncation or distortion...

enhancement