Add iconfont image and fix markdown path

This commit is contained in:
√(noham)²
2026-02-22 22:05:50 +01:00
parent fcdd5b9db2
commit 3e004929e0
2 changed files with 1 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ Generating a UIImage from IconFont only requires LBPIconFontmake(par1, par2, par
```objective-c
self.latestImageView.image = [UIImage iconWithInfo:LBPIconFontmake(@"\U0000e6ac", 60, @"000066") ];
```
![Encapsulated project structure](../assets//2017-05-28-iconfont.png)
![Encapsulated project structure](../assets/2017-05-28-iconfont.png)
1. LBPFontInfo encapsulates font information.
2. UIColor+picker sets color from a hex string.