Skip to content

SEO-2300 Xamarin.Android SfImageEditor Missing H1 tag #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v20.1.0.55
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions xamarin-android/SfImageEditor/Text.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Text in Syncfusion SfImageEditor control in Xamarin.Android
description: This section explains how to add text in the SfImageEditor for Xamarin.Android and also explains how to customize the text using the TextSettings property
title: Text in Xamarin.Android SfImageEditor control | Syncfusion
description: Learn more on how to add and customize text in Syncfusion Xamarin.Android SfImageEditor control, it's elements, and more.
platform: xamarin.android
control: SfImageEditor
documentation: ug
---

## Text
# Text in Xamarin.Android SfImageEditor

You can annotate the desired text elements to an image using the `AddText` method with customization options.

Expand Down Expand Up @@ -42,15 +42,15 @@ The `TextSettings` property consists of the following properties:

{% endtabs %}

![SfImageEditor](ImageEditor_images/text.png)
![Xamarin.Android SfImageEditor Text](ImageEditor_images/text.png)

## Custom Font Family

Using a font other than the built-in typefaces can be applied for image editor text style with the help of custom font family support. Download the custom fonts file in ttf file format and add these fonts into required folder in particular project file.

Add the custom fonts into Assets folder and right click the font file and open properties, in that Change the "Build Action" property of every font file as "AndroidAsset" and "Copy to output directory" to `Copy Always`.

![SfImageEditor](ImageEditor_images/CustomFont.png)
![Xamarin.Android SfImageEditor CustomFont](ImageEditor_images/CustomFont.png)

{% highlight C# %}

Expand All @@ -74,7 +74,7 @@ N> The default text alignment is `Left` and text alignment is not applicable for

{% endhighlight %}

![SfImageEditor](ImageEditor_images/multiline.png)
![Xamarin.Android SfImageEditor Multiline](ImageEditor_images/multiline.png)

## Text Rotation

Expand Down Expand Up @@ -104,7 +104,7 @@ You can rotate the text based on a particular angle using `Angle` property in `T

{% endtabs %}

![SfImageEditor](ImageEditor_images/rotation.png)
![Xamarin.Android SfImageEditor Rotation](ImageEditor_images/rotation.png)

## See also

Expand Down