Skip to content
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

Glyph Name: Kindle edition Page 90 #1

Open
BobMolloy opened this issue Apr 8, 2023 · 1 comment
Open

Glyph Name: Kindle edition Page 90 #1

BobMolloy opened this issue Apr 8, 2023 · 1 comment

Comments

@BobMolloy
Copy link

The button definition refers to a glyph named PlusCircle. The actual name of the glyph is CirclePlus.

@shugaoye
Copy link
Collaborator

shugaoye commented Apr 14, 2023

Thanks! I will investigate this and correct it in the new edition.

<Button
     Text="Click me"
     FontAttributes="Bold"
     Grid.Row="3"
     SemanticProperties.Hint="Counts the number of times you click"
     Clicked="OnCounterClicked"
     HorizontalOptions="Center">
     <Button.ImageSource>
          <FontImageSource FontFamily="FontAwesomeSolid"
               Glyph="{x:Static app:FontAwesomeSolid.PlusCircle}"
               Color="{DynamicResource SecondaryColor}"
               Size="16" />
     </Button.ImageSource>
</Button>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants