This is a migrated thread and some comments may be shown as answers.

Custom Font is not Working

1 Answer 180 Views
Entry
This is a migrated thread and some comments may be shown as answers.
Software
Top achievements
Rank 1
Software asked on 04 Apr 2019, 04:52 PM

Hi there

We are using custom font in our entire app. but when we tried to set up custom font for RadEntry, seems like it is not working but it is working fine for xamarin forms 'entry'. For android our  'Fonts' folder is inside of asset folder & in ios it is inside Resource folder

 

<input:BorderStyle x:Key="EntryBorderStyle"
              BorderThickness="0,0,0,2.2" BorderColor="#A9A9A9" />

  <Style TargetType="input:RadEntry">

                <Setter Property="BorderStyle" Value="{StaticResource EntryBorderStyle}"/>
                <Setter Property="WatermarkTextColor" Value="#A9A9A9"/>
                <Setter Property="Margin" Value="0,0,0,6"/>
                <Setter Property="Padding"  Value="0,0,0,5"/>
                <Setter Property="FontSize" Value="Medium"/>
                <Setter Property="FontFamily">
                    <Setter.Value>
                        <OnPlatform x:TypeArguments="x:String" 
                                   Android="Fonts/Lato-Regular.ttf#Lato" 
                                   iOS="Fonts/Lato-Regular"/>
                    </Setter.Value>
                </Setter>
                <Setter Property="FontSize" Value="Medium"/>
            </Style>

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 04 Apr 2019, 06:24 PM
Hi Tamina,

This is a known issue and is logged in the Feedback Portal here - RadEntry: Custom Font Not Working.

You can up-vote the item to increase its priority and follow it to stay informed of any status changes.

Regards,
Lance | Technical Support Engineer, Principal
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Entry
Asked by
Software
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or