Skip to content

Commit 45e661d

Browse files
Update supplementary docs
1 parent e22b5e8 commit 45e661d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

articles/fonts/gettingstarted.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Getting Started
22

3-
>[!WARNING]
4-
>Fonts is still considered BETA quality and we still reserve the rights to change the API shapes.
5-
63
>[!NOTE]
74
>The official guide assumes intermediate level knowledge of C# and .NET. If you are totally new to .NET development, it might not be the best idea to jump right into a framework as your first step - grasp the basics then come back. Prior experience with other languages and frameworks helps, but is not required.
85
@@ -54,6 +51,6 @@ if(collection.TryFind("Emoji Font Name", out FontFamily emojiFamily))
5451
FallbackFontFamilies = new [] { emojiFamily }
5552
};
5653

57-
FontRectangle rect = TextMeasurer.Measure("Text to measure", options);
54+
FontRectangle rect = TextMeasurer.MeasureAdvance("Text to measure", options);
5855
}
5956
```

articles/fonts/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Introduction
22

3-
>[!WARNING]
4-
>Fonts is still considered BETA quality and we still reserve the rights to change the API shapes.
5-
63
### What is Fonts?
74
Fonts is a font loading and layout library built primarily to provide text drawing support to ImageSharp.Drawing.
85

9-
Built against [.NET Standard 1.3](https://docs.microsoft.com/en-us/dotnet/standard/net-standard), Fonts can be used in device, cloud, and embedded/IoT scenarios.
6+
Built against [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard), Fonts can be used in device, cloud, and embedded/IoT scenarios.
107

118
### License
129
Fonts is licensed under under the terms of [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0). Commercial support licensing options are available in addition to this license, see https://sixlabors.com/pricing for details.

0 commit comments

Comments
 (0)