iOS

URL with Foundation

TL;DR 種類 例 absoluteURL 絶対URL URL(string:"scheme://example.com") scheme://example.com 相対URL URL(string:"path/index.html" relativeTo:absURL) scheme:example.com/path/index.html 絶対パス URL(fileURLWithPath:"/root/path" isDirectory:true…

合成絵文字用のCGGlyphの取得

CTFontの CTFontGetGlyphsForCharacters(::::) API を使って合成絵文字のCGGlyphを取得しようと試みたのですが、うまくいきません。 CGGlyphの生成には、CTRunからの取得とCTFonからの取得の2方法あります。 CTRunからだとうまく合成絵文字のCGGlyphを取得…