エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
SkiaSharp.Extended/SkiaSharp.Extended.Iconify at master · mono/SkiaSharp.Extended · GitHub
記事へのコメント1件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
SkiaSharp.Extended/SkiaSharp.Extended.Iconify at master · mono/SkiaSharp.Extended · GitHub
A simple way to draw a string that contains icons inline with normal characters. For example, if ... A simple way to draw a string that contains icons inline with normal characters. For example, if we wanted to draw this string using colored characters from FontAwesome (or some other icon font) mixed in with other characters: To do this using factory SkiaSharp, there would be lots of work that needed doing. But, not anymore. First, we can use nice templated strings: var text = "I {{fa-heart-o col

