开发者

uifont

0
  • What are the fonts used in standard UITableVIew cell UILabel & UITextFiled?

    Background:I am creating a custom UITableViewCell and adding some views with text and want to match the font/size/colour that apple uses for standard controls[详细]

    2023-04-11 09:57 分类:问答
  • iOS UIFont caching?

    I am trying to figure out if I should cache [UIFont fontWithName:@\"myfont\" size:24]. I am reusing this font in many plac开发者_如何学运维es. I am wondering if iOS is already caching this for me beca[详细]

    2023-04-10 16:03 分类:问答
  • Writing Hindi language on UILabel in Xcode

    I have written a code where I need to display hindi numbers on the UILabel. I used devanagari font t开发者_开发知识库o show that value but it doesn\'t work. It just changes the look but not the langua[详细]

    2023-04-06 12:19 分类:问答
  • uilabel custom font?

    I searched for a way to add my custom font to iphone app and I was successful in some cases. but in my case I want to import \"Helvetica Condensed Black\" which in the Helvetica family but it is neith[详细]

    2023-04-05 15:52 分类:问答
  • How to set part of string to bold font to TextView on iphone

    how to set part of text of the textview to bold font on开发者_如何学运维 iPhone?Use NSAttributedString... Here is a sample UIController to draw NSAttributedString https://github.com/AliSoftware/Ali-Co[详细]

    2023-04-01 18:39 分类:问答
  • How can I calculate font size for my UILabel?

    I have a UILabel measuring 984x728 px with variable text. How can I calculate the maximum font开发者_如何学编程 size to fit the UILabel?Create a font larger than you would ever want (48 points is prob[详细]

    2023-04-01 12:03 分类:问答
  • Resize UILabel based on content

    I have a UILabel, his text size has the property title.adjustsFontSizeToFitWidth = YES; that prevents me from using standard methods to resize the UILabel. I read on another post here that I\'m sup[详细]

    2023-03-31 22:30 分类:问答
  • iOS Custom Fonts [duplicate]

    This question already has answers here: Closed 11 years ago. Possible Duplicate: Can I embed a custom font in an iPhone application?[详细]

    2023-03-31 07:33 分类:问答
  • iOS font names: dashes versus no dashes

    I have found that Core Graphics wants different font names than what UIFont accepts. For instance, CG accepts \"Helvetica Bold\" but not \"Helvetica-Bold\", whereas UIFont is the reverse.[详细]

    2023-03-31 02:43 分类:问答
  • iOS Font loading problem

    Helle every one ! I have added din.otf font in my iOS pro开发者_开发问答ject. Then in my plist I have :[详细]

    2023-03-23 11:50 分类:问答