Пример #1
0
 public IFontSource Load(byte[] data, FontSystemSettings settings)
 {
     return(StbTrueTypeNativeSource.FromMemory(data, settings));
 }