Core Graphics   >     CGContext   > showTextAtPoint(x:y:string:length:)


インスタンスメソッド


showTextAtPoint(x:y:string:length:)


指定した位置に文字列を表示します。





宣言


func showTextAtPoint(x: CGFloat, y: CGFloat, string: UnsafePointer<Int8>, length: Int)


パラメータ


xテキストを表示すべき(ユーザー空間内の) x 座標の値。
yテキストを表示すべき(ユーザー空間内の) y 座標の値。
string描画すべき文字配列。
lengthstring パラメータで指定された配列の長さ。

議論


Core Graphics は、システムが提供するフォントデータを使用して、配列の各バイトを現在のフォントのコード化ベクトルにマッピングし、表示するグリフを取得します。フォントは、 selectFont(name:size:textEncoding:) を使用して設定されていなければならない事に注意して下さい。CGContextShowTextsetFont(_:) とともに使用しないでください。


以下も見よ




関連したシンボル





目次
Xcode の新機能

  • 言語:Swift | Objective-C
  • SDK
  • watchOS 2.0-2.0
    旧式
  • 宣言
  • パラメータ
  • 議論
  • 以下も見よ












  • トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)












    トップへ(Core Graphics)